diff --git a/cryptovec/Cargo.toml b/cryptovec/Cargo.toml index 3f795851..7c395074 100644 --- a/cryptovec/Cargo.toml +++ b/cryptovec/Cargo.toml @@ -7,7 +7,8 @@ include = ["Cargo.toml", "src/lib.rs"] license = "Apache-2.0" name = "russh-cryptovec" repository = "https://github.com/warp-tech/russh" -version = "0.7.1" +version = "0.7.2" +rust-version = "1.60" [dependencies] libc = "0.2" diff --git a/russh-config/Cargo.toml b/russh-config/Cargo.toml index 1ad2846b..1aefd62b 100644 --- a/russh-config/Cargo.toml +++ b/russh-config/Cargo.toml @@ -7,7 +7,8 @@ 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.7.0" +version = "0.7.1" +rust-version = "1.65" [dependencies] dirs-next = "2.0" diff --git a/russh-keys/Cargo.toml b/russh-keys/Cargo.toml index 643c7e55..61897fc6 100644 --- a/russh-keys/Cargo.toml +++ b/russh-keys/Cargo.toml @@ -25,7 +25,8 @@ keywords = ["ssh"] license = "Apache-2.0" name = "russh-keys" repository = "https://github.com/warp-tech/russh" -version = "0.40.0" +version = "0.40.1" +rust-version = "1.65" [dependencies] aes = "0.8" diff --git a/russh/Cargo.toml b/russh/Cargo.toml index 30282cad..13c03cad 100644 --- a/russh/Cargo.toml +++ b/russh/Cargo.toml @@ -9,8 +9,8 @@ license = "Apache-2.0" name = "russh" readme = "../README.md" repository = "https://github.com/warp-tech/russh" -version = "0.40.0" -rust-version = "1.60" +version = "0.40.1" +rust-version = "1.65" [features] default = ["flate2"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 22048ac5..f8c2abbb 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.70.0" +channel = "1.65.0"