Skip to content

Commit 9cda30c

Browse files
committed
chore: update cargo
1 parent dd9a7f1 commit 9cda30c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ members = [
1313

1414
[workspace.dependencies]
1515
# Workspace member crates
16-
rust-mcp-transport = { path = "crates/rust-mcp-transport" }
16+
rust-mcp-transport = { version = "0.1.1", path = "crates/rust-mcp-transport" }
1717
rust-mcp-sdk = { path = "crates/rust-mcp-sdk" }
18-
rust-mcp-macros = { path = "crates/rust-mcp-macros" }
18+
rust-mcp-macros = { version = "0.1.2", path = "crates/rust-mcp-macros" }
1919

2020
# External crates
21-
rust-mcp-schema = { version = "0.2.1" }
21+
rust-mcp-schema = { version = "0.2.2" }
2222
futures = { version = "0.3" }
2323
tokio = { version = "1.44.1", features = ["full"] }
2424
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }

0 commit comments

Comments
 (0)