From 56b280bd7c0da9617fda1dd94d99eaf13e35a2eb Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 6 Jan 2025 20:26:22 +0100 Subject: [PATCH] v0.50.0-beta.5 --- russh-keys/Cargo.toml | 2 +- russh/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/russh-keys/Cargo.toml b/russh-keys/Cargo.toml index 019f3ea5..fb98bce3 100644 --- a/russh-keys/Cargo.toml +++ b/russh-keys/Cargo.toml @@ -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.3" +version = "0.50.0-beta.5" rust-version = "1.65" [dependencies] diff --git a/russh/Cargo.toml b/russh/Cargo.toml index 677292df..a9da4285 100644 --- a/russh/Cargo.toml +++ b/russh/Cargo.toml @@ -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.4" +version = "0.50.0-beta.5" rust-version = "1.65" [features] @@ -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.3", path = "../russh-keys" } +russh-keys = { version = "0.50.0-beta.5", path = "../russh-keys" } sha1.workspace = true sha2.workspace = true signature.workspace = true