Skip to content

Commit

Permalink
Merge pull request #70 from Miyoshi-Ryota/release-0.8.11
Browse files Browse the repository at this point in the history
release 0.8.11
  • Loading branch information
Miyoshi-Ryota authored Jul 28, 2024
2 parents 34d8905 + 1119396 commit c71aaa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c71aaa6

Please sign in to comment.