From 8a39fb26e3e144468c09c446387794fb7cf7f1f1 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Fri, 6 May 2022 18:23:01 +0200 Subject: [PATCH] Bump version to 0.7.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c12ee7f..1df0105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-graceful-shutdown" authors = ["Finomnis "] -version = "0.6.0" +version = "0.7.0" edition = "2018" license = "Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index 7f44bfe..ae5ceb8 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.6" +tokio-graceful-shutdown = "0.7" ``` To run one of the examples (here `01_normal_shutdown.rs`), simply enter the repository folder and execute: