From 61522b2705355e902aeb638d0007476621fe4d79 Mon Sep 17 00:00:00 2001 From: Miyoshi-Ryota Date: Sat, 17 Aug 2024 22:00:44 +0900 Subject: [PATCH] release 0.8.12 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1267001..5e818e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-ssh2-tokio" -version = "0.8.11" +version = "0.8.12" edition = "2021" license-file = "LICENSE" readme = "README.md" diff --git a/README.md b/README.md index 13cc169..10de05d 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.11" +async-ssh2-tokio = "0.8.12" ``` ## Usage