Skip to content

Commit d9d3405

Browse files
committed
v0.52.1
1 parent 5e91396 commit d9d3405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

russh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "russh"
1010
readme = "../README.md"
1111
repository = "https://github.com/warp-tech/russh"
12-
version = "0.52.0"
12+
version = "0.52.1"
1313
rust-version = "1.75"
1414

1515
[features]
@@ -65,7 +65,7 @@ poly1305 = "0.8"
6565
rand_core = { version = "0.6.4", features = ["getrandom", "std"] }
6666
rand.workspace = true
6767
rsa.workspace = true
68-
russh-cryptovec = { version = "0.52.0-beta.1", path = "../cryptovec", features = [
68+
russh-cryptovec = { version = "0.52.0", path = "../cryptovec", features = [
6969
"ssh-encoding",
7070
] }
7171
russh-util = { version = "0.52.0", path = "../russh-util" }

0 commit comments

Comments
 (0)