We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e91396 commit d9d3405Copy full SHA for d9d3405
russh/Cargo.toml
@@ -9,7 +9,7 @@ license = "Apache-2.0"
9
name = "russh"
10
readme = "../README.md"
11
repository = "https://github.com/warp-tech/russh"
12
-version = "0.52.0"
+version = "0.52.1"
13
rust-version = "1.75"
14
15
[features]
@@ -65,7 +65,7 @@ poly1305 = "0.8"
65
rand_core = { version = "0.6.4", features = ["getrandom", "std"] }
66
rand.workspace = true
67
rsa.workspace = true
68
-russh-cryptovec = { version = "0.52.0-beta.1", path = "../cryptovec", features = [
+russh-cryptovec = { version = "0.52.0", path = "../cryptovec", features = [
69
"ssh-encoding",
70
] }
71
russh-util = { version = "0.52.0", path = "../russh-util" }
0 commit comments