Skip to content

Commit

Permalink
v0.44.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jul 16, 2024
1 parent f0de148 commit 512c441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
23 changes: 1 addition & 22 deletions russh-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,11 @@ description = "Deal with SSH keys: load them, decrypt them, call an SSH agent."
documentation = "https://docs.rs/russh-keys"
edition = "2018"
homepage = "https://github.com/warp-tech/russh"
include = [
"Cargo.toml",
"src/lib.rs",
"src/agent/mod.rs",
"src/agent/msg.rs",
"src/agent/server.rs",
"src/agent/client.rs",
"src/backend_openssl.rs",
"src/backend_rust.rs",
"src/bcrypt_pbkdf.rs",
"src/blowfish.rs",
"src/ec.rs",
"src/encoding.rs",
"src/format/mod.rs",
"src/format/openssh.rs",
"src/format/pkcs5.rs",
"src/format/pkcs8.rs",
"src/key.rs",
"src/protocol.rs",
"src/signature.rs",
]
keywords = ["ssh"]
license = "Apache-2.0"
name = "russh-keys"
repository = "https://github.com/warp-tech/russh"
version = "0.44.0-beta.4"
version = "0.44.0-beta.5"
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.4"
version = "0.44.0-beta.5"
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.4", path = "../russh-keys" }
russh-keys = { version = "0.44.0-beta.5", path = "../russh-keys" }
sha1 = { workspace = true }
sha2 = { workspace = true }
ssh-encoding = { workspace = true }
Expand Down

0 comments on commit 512c441

Please sign in to comment.