Skip to content

Commit

Permalink
v0.50.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 28, 2024
1 parent ab8aca8 commit 7833d4f
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 @@ -8,7 +8,7 @@ keywords = ["ssh"]
license = "Apache-2.0"
name = "russh-keys"
repository = "https://github.com/warp-tech/russh"
version = "0.50.0-beta.1"
version = "0.50.0-beta.2"
rust-version = "1.65"

[dependencies]
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.50.0-beta.1"
version = "0.50.0-beta.2"
rust-version = "1.65"

[features]
Expand Down Expand Up @@ -48,7 +48,7 @@ rand.workspace = true
rand_core = { version = "0.6.4", features = ["getrandom"] }
rsa.workspace = true
russh-cryptovec = { version = "0.48.0", path = "../cryptovec" }
russh-keys = { version = "0.50.0-beta.1", path = "../russh-keys" }
russh-keys = { version = "0.50.0-beta.2", path = "../russh-keys" }
sha1.workspace = true
sha2.workspace = true
signature.workspace = true
Expand Down

0 comments on commit 7833d4f

Please sign in to comment.