Skip to content

Commit

Permalink
v0.44.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jul 16, 2024
1 parent fe64362 commit 64c9b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion russh-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = ["ssh"]
license = "Apache-2.0"
name = "russh-keys"
repository = "https://github.com/warp-tech/russh"
version = "0.44.0-beta.3"
version = "0.44.0-beta.4"
rust-version = "1.65"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion russh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ poly1305 = "0.8"
rand = { workspace = true }
rand_core = { version = "0.6.4", features = ["getrandom"] }
russh-cryptovec = { version = "0.7.0", path = "../cryptovec" }
russh-keys = { version = "0.44.0-beta.3", path = "../russh-keys" }
russh-keys = { version = "0.44.0-beta.4", path = "../russh-keys" }
sha1 = { workspace = true }
sha2 = { workspace = true }
ssh-encoding = { workspace = true }
Expand Down

0 comments on commit 64c9b1a

Please sign in to comment.