Skip to content

Commit aa803a2

Browse files
committed
chore: bump backend version to 0.0.5
1 parent 1bd6e86 commit aa803a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

anycode-backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anycode"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2024"
55

66
[profile.release]
@@ -35,7 +35,7 @@ portable-pty = "0.9.0"
3535
anyhow = "1.0.97"
3636
rmcp = { version = "0.1.5", features = [
3737
"client", "transport-sse",
38-
"transport-child-process",
38+
"transport-child-process",
3939
"tower"
4040
] }
4141
sysinfo = { version = "0.35.1" }

0 commit comments

Comments
 (0)