Skip to content

Commit

Permalink
Merge pull request #44 from Miyoshi-Ryota/relase-0.8.0
Browse files Browse the repository at this point in the history
release 0.8.0
  • Loading branch information
Miyoshi-Ryota authored Oct 20, 2023
2 parents 1b33bad + 02a3dc3 commit cf889da
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.7.1"
version = "0.8.0"
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
```rust
[dependencies]
tokio = "1"
async-ssh2-tokio = "0.7.1"
async-ssh2-tokio = "0.8.0"
```

## Usage
Expand Down

0 comments on commit cf889da

Please sign in to comment.