Skip to content

Commit 3140fb7

Browse files
committed
Bump version to 0.2.5
1 parent 5b789ad commit 3140fb7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.2.4"
6+
version = "0.2.5"
77
authors = ["Eric Zhang <[email protected]>"]
88
license = "MIT"
99
description = "A secure web-based, collaborative terminal."
@@ -17,7 +17,7 @@ clap = { version = "4.5.17", features = ["derive", "env"] }
1717
prost = "0.12.6"
1818
rand = "0.8.5"
1919
serde = { version = "1.0.188", features = ["derive", "rc"] }
20-
sshx-core = { version = "0.2.4", path = "crates/sshx-core" }
20+
sshx-core = { version = "0.2.5", path = "crates/sshx-core" }
2121
tokio = { version = "1.40.0", features = ["full"] }
2222
tokio-stream = { version = "0.1.14", features = ["sync"] }
2323
tonic = { version = "0.11.0", features = ["tls", "tls-webpki-roots"] }

0 commit comments

Comments
 (0)