Skip to content

Commit 907c732

Browse files
committed
v0.62.0
1 parent e136f27 commit 907c732

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cryptovec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
license = "Apache-2.0"
77
name = "russh-cryptovec"
88
repository = "https://github.com/warp-tech/russh"
9-
version = "0.61.0"
9+
version = "0.62.0"
1010
rust-version = "1.85"
1111

1212
[dependencies]

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.61.2"
12+
version = "0.62.0"
1313
rust-version = "1.85"
1414

1515
[features]
@@ -80,7 +80,7 @@ rand_core = { version = "0.10.0" }
8080
rand.workspace = true
8181
ring = { version = "0.17.14", optional = true }
8282
rsa = { version = "=0.10.0-rc.18", optional = true }
83-
russh-cryptovec = { version = "0.61.0", path = "../cryptovec", features = [
83+
russh-cryptovec = { version = "0.62.0", path = "../cryptovec", features = [
8484
"ssh-encoding",
8585
] }
8686
russh-util = { version = "0.52.0", path = "../russh-util" }

0 commit comments

Comments
 (0)