From 4178268daf8a8d98174e87e396333f16bc68988a Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 18 Jul 2024 09:30:37 +0200 Subject: [PATCH] v0.44.0 --- 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 393a2dd..aa17bd3 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.44.0-beta.5" +version = "0.44.0" rust-version = "1.65" [dependencies] diff --git a/russh/Cargo.toml b/russh/Cargo.toml index 7901387..c737b36 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.44.0-beta.5" +version = "0.44.0" rust-version = "1.65" [features] @@ -46,7 +46,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.5", path = "../russh-keys" } +russh-keys = { version = "0.44.0", path = "../russh-keys" } sha1 = { workspace = true } sha2 = { workspace = true } ssh-encoding = { workspace = true }