Skip to content

Commit

Permalink
v0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 29, 2025
1 parent 2c6d72b commit 89fed88
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.48.0"
version = "0.50.0"
rust-version = "1.75"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion russh-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/lib.rs", "src/proxy.rs"]
license = "Apache-2.0"
name = "russh-config"
repository = "https://github.com/warp-tech/russh"
version = "0.48.0"
version = "0.50.0"
rust-version = "1.75"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion russh-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russh-util"
version = "0.48.0"
version = "0.50.0"
edition = "2021"
rust-version = "1.75"
description = "Runtime abstraction utilities for russh."
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.50.0-beta.12"
version = "0.50.0"
rust-version = "1.75"

[features]
Expand Down Expand Up @@ -63,10 +63,10 @@ poly1305 = "0.8"
rand_core = { version = "0.6.4", features = ["getrandom", "std"] }
rand.workspace = true
rsa.workspace = true
russh-cryptovec = { version = "0.48.0", path = "../cryptovec", features = [
russh-cryptovec = { version = "0.50.0", path = "../cryptovec", features = [
"ssh-encoding",
] }
russh-util = { version = "0.48.0", path = "../russh-util" }
russh-util = { version = "0.50.0", path = "../russh-util" }
sec1 = { version = "0.7", features = ["pkcs8", "der"] }
sha1.workspace = true
sha2.workspace = true
Expand Down

0 comments on commit 89fed88

Please sign in to comment.