Skip to content

Commit 94a0da3

Browse files
author
illusion_autumn
committed
fix toml ref and no-default-features->default-features
1 parent afb8a90 commit 94a0da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple-chat-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ thiserror = "1.0"
1313
async-trait = "0.1"
1414
futures = "0.3"
1515
toml = "0.8"
16-
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", features = [
16+
rmcp = {path="../../crates/rmcp", features = [
1717
"client",
1818
"transport-child-process",
1919
"transport-sse",
20-
], no-default-features = true }
20+
], default-features = false }
2121
clap = { version = "4.0", features = ["derive"] }

0 commit comments

Comments
 (0)