We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa7210 commit c151444Copy full SHA for c151444
Cargo.toml
@@ -13,9 +13,9 @@ members = [
13
14
[workspace.dependencies]
15
# Workspace member crates
16
-rust-mcp-transport = { version = "0.1", path = "crates/rust-mcp-transport" }
+rust-mcp-transport = { version = "0.2.0", path = "crates/rust-mcp-transport" }
17
rust-mcp-sdk = { path = "crates/rust-mcp-sdk" }
18
-rust-mcp-macros = { version = "0.1", path = "crates/rust-mcp-macros" }
+rust-mcp-macros = { version = "0.2.0", path = "crates/rust-mcp-macros" }
19
20
# External crates
21
rust-mcp-schema = { version = "0.3" }
0 commit comments