diff --git a/Cargo.toml b/Cargo.toml index 1df0105..fde86a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-graceful-shutdown" authors = ["Finomnis "] -version = "0.7.0" +version = "0.8.0-beta.0" edition = "2018" license = "Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index ae5ceb8..ddb6ba4 100644 --- a/README.md +++ b/README.md @@ -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.7" +tokio-graceful-shutdown = "0.8.0-beta" ``` To run one of the examples (here `01_normal_shutdown.rs`), simply enter the repository folder and execute: