diff --git a/Cargo.lock b/Cargo.lock index 4aedebd..5cd1abc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ dependencies = [ [[package]] name = "tinytools" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "tinytools-agent" -version = "0.4.0" +version = "0.4.1" dependencies = [ "regex", "serde", @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "tinytools-jev" -version = "0.3.0" +version = "0.4.1" dependencies = [ "async-trait", "tinytools", diff --git a/Cargo.toml b/Cargo.toml index df217d1..52d074c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exclude = ["worktrees"] # true`, so the version the release workflow bumps is written in exactly one # place and every crate moves together. [workspace.package] -version = "0.4.0" +version = "0.4.1" edition = "2024" rust-version = "1.88" license = "GPL-3.0-only" diff --git a/crates/tinytools-agent/Cargo.toml b/crates/tinytools-agent/Cargo.toml index 66a2a52..a332958 100644 --- a/crates/tinytools-agent/Cargo.toml +++ b/crates/tinytools-agent/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" regex = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -tinytools = { path = "../tinytools", version = "0.4.0" } +tinytools = { path = "../tinytools", version = "0.4.1" } tracing = { workspace = true, optional = true } [features] diff --git a/crates/tinytools-jev/Cargo.toml b/crates/tinytools-jev/Cargo.toml index e029391..dc46ed4 100644 --- a/crates/tinytools-jev/Cargo.toml +++ b/crates/tinytools-jev/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] async-trait = { workspace = true } -tinytools = { path = "../tinytools", version = "0.3.0" } +tinytools = { path = "../tinytools", version = "0.4.1" } tracing = { workspace = true, optional = true } [dev-dependencies]