From 16ab24ab6ea204c0bc6734487ade48c4c0070cff Mon Sep 17 00:00:00 2001 From: Antonio Pitasi Date: Sun, 1 Oct 2023 23:22:43 +0200 Subject: [PATCH] release v0.1.10 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f72bf0..68c8019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ exclude = [ ] [workspace.package] -version = "0.1.9" +version = "0.1.10" [workspace.dependencies] -rscx = { path = "./rscx", version = "0.1.9" } -rscx-macros = { path = "./rscx-macros", version = "0.1.9" } +rscx = { path = "./rscx", version = "0.1.10" } +rscx-macros = { path = "./rscx-macros", version = "0.1.10" }