Skip to content

Commit

Permalink
v0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Mar 16, 2023
1 parent 99e04c3 commit 190374b
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.37.0"
version = "0.37.1"

[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.37.0"
version = "0.37.1"
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.37.0", path = "../russh-keys" }
russh-keys = { version = "0.37.1", path = "../russh-keys" }
sha1 = "0.10"
sha2 = "0.10"
hex-literal = "0.3"
Expand Down

0 comments on commit 190374b

Please sign in to comment.