Skip to content

Commit 583a513

Browse files
authored
fix: fix 2 cargo warnings (#112)
* fix: fix 3 cargo warnings * revert `version = "1.0"` removal
1 parent feb224c commit 583a513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/rig-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rmcp = { path = "../../crates/rmcp", features = [
1818
"client",
1919
"transport-child-process",
2020
"transport-sse",
21-
], no-default-features = true }
21+
] }
2222
anyhow = "1.0"
2323
serde_json = "1"
2424
serde = { version = "1", features = ["derive"] }

examples/wasi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ readme = { workspace = true }
1717
crate-type = ["cdylib"]
1818

1919
[dependencies]
20-
wasi = { version = "0.14.2+wasi-0.2.4"}
20+
wasi = { version = "0.14.2"}
2121
tokio = { version = "1", features = ["rt", "io-util", "sync", "macros", "time"] }
2222
rmcp= { path = "../../crates/rmcp", features = ["server", "macros"] }
2323
serde = { version = "1", features = ["derive"]}

0 commit comments

Comments
 (0)