From b91e61d9c4d2e47ad7bbc18c42000e34564e7486 Mon Sep 17 00:00:00 2001 From: Antonio Pitasi Date: Mon, 11 Sep 2023 17:52:48 +0200 Subject: [PATCH] release v0.1.8 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88dedf1..63e19e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ members = [ ] [workspace.package] -version = "0.1.7" +version = "0.1.8" [workspace.dependencies] -rscx = { path = "./rscx", version = "0.1.7" } -rscx-macros = { path = "./rscx-macros", version = "0.1.7" } +rscx = { path = "./rscx", version = "0.1.8" } +rscx-macros = { path = "./rscx-macros", version = "0.1.8" }