We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd6e86 commit aa803a2Copy full SHA for aa803a2
1 file changed
anycode-backend/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "anycode"
3
-version = "0.0.4"
+version = "0.0.5"
4
edition = "2024"
5
6
[profile.release]
@@ -35,7 +35,7 @@ portable-pty = "0.9.0"
35
anyhow = "1.0.97"
36
rmcp = { version = "0.1.5", features = [
37
"client", "transport-sse",
38
- "transport-child-process",
+ "transport-child-process",
39
"tower"
40
] }
41
sysinfo = { version = "0.35.1" }
0 commit comments