Skip to content

Commit

Permalink
v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 2, 2023
1 parent 39e6c52 commit 271e362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion russh-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords = ["ssh"]
license = "Apache-2.0"
name = "russh-keys"
repository = "https://github.com/warp-tech/russh"
version = "0.38.0"
version = "0.40.0"

[dependencies]
aes = "0.8"
Expand Down
4 changes: 2 additions & 2 deletions russh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "russh"
readme = "../README.md"
repository = "https://github.com/warp-tech/russh"
version = "0.39.0"
version = "0.40.0"
rust-version = "1.60"

[features]
Expand Down Expand Up @@ -37,7 +37,7 @@ once_cell = "1.13"
openssl = { version = "0.10", optional = true }
rand = "0.8"
russh-cryptovec = { version = "0.7.0", path = "../cryptovec" }
russh-keys = { version = "0.38", path = "../russh-keys" }
russh-keys = { version = "0.40", path = "../russh-keys" }
sha1 = "0.10"
sha2 = "0.10"
hex-literal = "0.4"
Expand Down

0 comments on commit 271e362

Please sign in to comment.