Skip to content

Commit 1947d6b

Browse files
committed
v0.61.0
1 parent 22295fa commit 1947d6b

3 files changed

Lines changed: 4 additions & 4 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.60.3"
9+
version = "0.61.0"
1010
rust-version = "1.85"
1111

1212
[dependencies]

pageant/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 = "pageant"
88
repository = "https://github.com/warp-tech/russh"
9-
version = "0.2.0"
9+
version = "0.2.1"
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.60.3"
12+
version = "0.61.0"
1313
rust-version = "1.85"
1414

1515
[features]
@@ -81,7 +81,7 @@ rand_core = { version = "0.10.0" }
8181
rand.workspace = true
8282
ring = { version = "0.17.14", optional = true }
8383
rsa = { version = "=0.10.0-rc.18", optional = true }
84-
russh-cryptovec = { version = "0.60.3", path = "../cryptovec", features = [
84+
russh-cryptovec = { version = "0.61.0", path = "../cryptovec", features = [
8585
"ssh-encoding",
8686
] }
8787
russh-util = { version = "0.52.0", path = "../russh-util" }

0 commit comments

Comments
 (0)