From 0969c9fe1395ac0c823a1eeda1a18fea5bb2b4c8 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Wed, 1 Jun 2022 15:39:01 +0200 Subject: [PATCH] Bump to 0.10.0-beta.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c984abd..5489256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-graceful-shutdown" authors = ["Finomnis "] -version = "0.9.0" +version = "0.10.0-beta.0" edition = "2018" license = "Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index eaa3073..c73276e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,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.9" +tokio-graceful-shutdown = "0.10.0-beta" ``` To run one of the examples (here `01_normal_shutdown.rs`), simply enter the repository folder and execute: