Skip to content

Commit

Permalink
cryptovec v0.50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Feb 9, 2025
1 parent f4ba544 commit ab83680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptovec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "russh-cryptovec"
repository = "https://github.com/warp-tech/russh"
version = "0.50.0"
version = "0.50.2"
rust-version = "1.75"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion russh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ poly1305 = "0.8"
rand_core = { version = "0.6.4", features = ["getrandom", "std"] }
rand.workspace = true
rsa.workspace = true
russh-cryptovec = { version = "0.50.0", path = "../cryptovec", features = [
russh-cryptovec = { version = "0.50.2", path = "../cryptovec", features = [
"ssh-encoding",
] }
russh-util = { version = "0.50.0", path = "../russh-util" }
Expand Down

0 comments on commit ab83680

Please sign in to comment.