Skip to content

Commit adc1953

Browse files
committed
feat: bump to v0.3.3
1 parent 54811da commit adc1953

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Core functionality for the tools-rs tool collection system"
55
edition = "2024"
66
license = "MIT"
77
name = "tools-rs"
8-
version = "0.3.2"
8+
version = "0.3.3"
99

1010
[lib]
1111
name = "tools_rs"
@@ -34,7 +34,7 @@ inventory.workspace = true
3434
serde.workspace = true
3535
serde_json.workspace = true
3636
tokio.workspace = true
37-
tools_core = { version="0.3.2", path = "./tools_core" }
37+
tools_core = { version="0.3.3", path = "./tools_core" }
3838
tools_macros = { version="0.3.0", path = "./tools_macros" }
3939

4040
[features]

tools_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "tools_core"
77
repository = "https://github.com/EggerMarc/tools-rs"
88
rust-version = "1.85"
9-
version = "0.3.2"
9+
version = "0.3.3"
1010

1111

1212
[dependencies]

0 commit comments

Comments
 (0)