From 8997f1c22c5735427e9b20466921ea3ee873dae3 Mon Sep 17 00:00:00 2001 From: FL03 Date: Wed, 4 Mar 2026 22:58:54 -0600 Subject: [PATCH] v0.1.1 Signed-off-by: FL03 --- Cargo.lock | 10 +++++----- Cargo.toml | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6f6183..4c424e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,7 +1064,7 @@ dependencies = [ [[package]] name = "rstmt" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "criterion", @@ -1078,7 +1078,7 @@ dependencies = [ [[package]] name = "rstmt-core" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "contained", @@ -1106,7 +1106,7 @@ dependencies = [ [[package]] name = "rstmt-macros" -version = "0.1.0" +version = "0.1.1" dependencies = [ "proc-macro2", "quote", @@ -1115,7 +1115,7 @@ dependencies = [ [[package]] name = "rstmt-nrt" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "getrandom 0.4.2", @@ -1142,7 +1142,7 @@ dependencies = [ [[package]] name = "rstmt-traits" -version = "0.1.0" +version = "0.1.1" dependencies = [ "hashbrown 0.16.1", "num-complex", diff --git a/Cargo.toml b/Cargo.toml index 4a1b4ea..23a9337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,14 +28,14 @@ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/FL03/rstmt.git" rust-version = "1.91.0" -version = "0.1.0" +version = "0.1.1" [workspace.dependencies] -rstmt = { default-features = false, path = "rstmt", version = "0.1.0" } -rstmt-core = { default-features = false, path = "core", version = "0.1.0" } -rstmt-macros = { path = "macros", version = "0.1.0" } -rstmt-nrt = { default-features = false, path = "nrt", version = "0.1.0" } -rstmt-traits = { default-features = false, path = "traits", version = "0.1.0" } +rstmt = { default-features = false, path = "rstmt", version = "0.1.1" } +rstmt-core = { default-features = false, path = "core", version = "0.1.1" } +rstmt-macros = { path = "macros", version = "0.1.1" } +rstmt-nrt = { default-features = false, path = "nrt", version = "0.1.1" } +rstmt-traits = { default-features = false, path = "traits", version = "0.1.1" } # custom contained = { default-features = false, features = ["derive", "macros"], version = "0.2.4" } rshyper = { default-features = false, features = ["macros"], version = "0.1.9" }