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