Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed May 15, 2022
1 parent bdbcaa3 commit 195a284
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,7 +1,7 @@
[package]
name = "tokio-graceful-shutdown"
authors = ["Finomnis <finomnis@gmail.com>"]
version = "0.8.0-beta.2"
version = "0.8.0"
edition = "2018"
license = "Apache-2.0"
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 @@ -63,7 +63,7 @@ Further examples can be seen in the [**examples**](https://github.com/Finomnis/t
To use this library in your project, add the following to the `[dependencies]` section of `Cargo.toml`:
```toml
[dependencies]
tokio-graceful-shutdown = "0.8.0-beta"
tokio-graceful-shutdown = "0.8.0"
```

To run one of the examples (here `01_normal_shutdown.rs`), simply enter the repository folder and execute:
Expand Down

0 comments on commit 195a284

Please sign in to comment.