Skip to content

Commit

Permalink
v0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 29, 2023
1 parent 2fb9c52 commit 267a241
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.23.0-beta.1"
version = "0.24.0"

[dependencies]
aes = "0.8"
Expand All @@ -49,7 +49,7 @@ openssl = { version = "0.10", optional = true }
pbkdf2 = "0.11"
rand = "0.7"
rand_core = { version = "0.5", features = ["std"] }
russh-cryptovec = { version = "0.7.0-beta.1", path = "../cryptovec" }
russh-cryptovec = { version = "0.7.0", path = "../cryptovec" }
serde = "1.0"
serde_derive = "1.0"
sha2 = "0.10"
Expand Down
6 changes: 3 additions & 3 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.35.0-beta.9"
version = "0.36.0"
rust-version = "1.60"

[features]
Expand All @@ -36,8 +36,8 @@ log = "0.4"
once_cell = "1.13"
openssl = { version = "0.10", optional = true }
rand = "0.8"
russh-cryptovec = { version = "0.7.0-beta.1", path = "../cryptovec" }
russh-keys = { version = "0.23.0-beta.1", path = "../russh-keys" }
russh-cryptovec = { version = "0.7.0", path = "../cryptovec" }
russh-keys = { version = "0.24", path = "../russh-keys" }
sha1 = "0.10"
sha2 = "0.10"
hex-literal = "0.3"
Expand Down

0 comments on commit 267a241

Please sign in to comment.