Skip to content

Commit

Permalink
v0.44.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jul 9, 2024
1 parent 77cc2f7 commit 3d4fed1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion russh-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = ["ssh"]
license = "Apache-2.0"
name = "russh-keys"
repository = "https://github.com/warp-tech/russh"
version = "0.44.0-beta.2"
version = "0.44.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.44.0-beta.2"
version = "0.44.0-beta.3"
rust-version = "1.65"

[features]
Expand Down Expand Up @@ -45,7 +45,7 @@ poly1305 = "0.8"
rand = { workspace = true }
rand_core = { version = "0.6.4", features = ["getrandom"] }
russh-cryptovec = { version = "0.7.0", path = "../cryptovec" }
russh-keys = { version = "0.44.0-beta.2", path = "../russh-keys" }
russh-keys = { version = "0.44.0-beta.3", path = "../russh-keys" }
sha1 = { workspace = true }
sha2 = { workspace = true }
ssh-encoding = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions russh/src/negotiation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pub struct Names {
pub cipher: cipher::Name,
pub client_mac: mac::Name,
pub server_mac: mac::Name,
pub server_compression: Compression,
pub client_compression: Compression,
pub server_compression: compression::Compression,
pub client_compression: compression::Compression,
pub ignore_guessed: bool,
pub strict_kex: bool,
}
Expand Down

0 comments on commit 3d4fed1

Please sign in to comment.