From f08ee98d9dd626b61bbab3571417b5a2ac4240bd Mon Sep 17 00:00:00 2001 From: Antonio Pitasi Date: Fri, 8 Sep 2023 09:37:44 +0200 Subject: [PATCH] release v0.1.3 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 02d1cb1..b52756f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ members = [ ] [workspace.package] -version = "0.1.2" +version = "0.1.3" [workspace.dependencies] -rscx = { path = "./rscx", version = "0.1.2" } -rscx-macros = { path = "./rscx-macros", version = "0.1.2" } +rscx = { path = "./rscx", version = "0.1.3" } +rscx-macros = { path = "./rscx-macros", version = "0.1.3" }