From 1119396042cf8ffbfbe441630f548c5ba88733ba Mon Sep 17 00:00:00 2001 From: Miyoshi-Ryota Date: Sun, 28 Jul 2024 13:26:12 +0900 Subject: [PATCH] release 0.8.11 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ae6715b..f8d1c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-ssh2-tokio" -version = "0.8.10" +version = "0.8.11" edition = "2021" license-file = "LICENSE" readme = "README.md" diff --git a/README.md b/README.md index 277c992..56ed356 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ for rust with the tokio runtime. Powered by the rust ssh implementation ```toml [dependencies] tokio = "1" -async-ssh2-tokio = "0.8.10" +async-ssh2-tokio = "0.8.11" ``` ## Usage