From 67da65044a9f190f1f5d92003a476d810bc6d89e Mon Sep 17 00:00:00 2001 From: Nex <60712924+NexRX@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:17:14 +0000 Subject: [PATCH] chore: bumped version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9748736..4c7739d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restructed" -version = "0.1.2" +version = "0.1.3" edition = "2021" readme = "readme.md" authors = ["Nex "] @@ -39,4 +39,4 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [package.metadata.workspaces] -independent = true \ No newline at end of file +independent = true