diff --git a/examples/rig-integration/Cargo.toml b/examples/rig-integration/Cargo.toml index 4fb7db9d..8fd14eb0 100644 --- a/examples/rig-integration/Cargo.toml +++ b/examples/rig-integration/Cargo.toml @@ -18,7 +18,7 @@ rmcp = { path = "../../crates/rmcp", features = [ "client", "transport-child-process", "transport-sse", -], no-default-features = true } +] } anyhow = "1.0" serde_json = "1" serde = { version = "1", features = ["derive"] } diff --git a/examples/wasi/Cargo.toml b/examples/wasi/Cargo.toml index bf9b948a..509bfde4 100644 --- a/examples/wasi/Cargo.toml +++ b/examples/wasi/Cargo.toml @@ -17,7 +17,7 @@ readme = { workspace = true } crate-type = ["cdylib"] [dependencies] -wasi = { version = "0.14.2+wasi-0.2.4"} +wasi = { version = "0.14.2"} tokio = { version = "1", features = ["rt", "io-util", "sync", "macros", "time"] } rmcp= { path = "../../crates/rmcp", features = ["server", "macros"] } serde = { version = "1", features = ["derive"]}