From 499e9d54e1f76b9b721c9abc7f5e9588a2bd7620 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 4 Jun 2023 19:14:16 +0200 Subject: [PATCH] v0.38.0-beta.1 --- russh/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/russh/Cargo.toml b/russh/Cargo.toml index 38aaa56f..ea55b471 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.37.1" +version = "0.38.0-beta.1" rust-version = "1.60" [features]