Skip to content

Commit

Permalink
v0.50.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 30, 2024
1 parent f70cac6 commit 912b939
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sha2 = { version = "0.10.6", features = ["oid"] }
signature = "2.2"
ssh-encoding = { version = "0.2", features = [
"bytes",
] }
], path = "../RustCrypto-SSH/ssh-encoding" }
ssh-key = { version = "0.6.7-internal.4", features = [
"ed25519",
"rsa",
Expand All @@ -38,7 +38,7 @@ ssh-key = { version = "0.6.7-internal.4", features = [
"p521",
"encryption",
"ppk",
], package = "internal-russh-forked-ssh-key" }
], path = "../RustCrypto-SSH/ssh-key", package = "internal-russh-forked-ssh-key" }
thiserror = "1.0.30"
tokio = { version = "1.17.0" }
tokio-stream = { version = "0.1.3", features = ["net", "sync"] }
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.2"
version = "0.50.0-beta.3"
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.2"
version = "0.50.0-beta.3"
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.2", path = "../russh-keys" }
russh-keys = { version = "0.50.0-beta.3", path = "../russh-keys" }
sha1.workspace = true
sha2.workspace = true
signature.workspace = true
Expand Down

0 comments on commit 912b939

Please sign in to comment.