From 6e589ba819be2086b552ec38bf3f60dc95a5dbd2 Mon Sep 17 00:00:00 2001 From: David Li Date: Sat, 16 Sep 2023 00:39:33 +0800 Subject: [PATCH] Release v0.12.0 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af2a3e3..98d0739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "etcd-client" -version = "0.11.1" +version = "0.12.0" authors = ["The etcd-client Authors "] edition = "2021" readme = "README.md" diff --git a/README.md b/README.md index 313dfd3..7a10405 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -etcd-client = "0.11" +etcd-client = "0.12" tokio = { version = "1.0", features = ["full"] } ``` diff --git a/src/lib.rs b/src/lib.rs index 355722d..906402c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,7 +18,7 @@ //! //! ```toml //! [dependencies] -//! etcd-client = "0.11" +//! etcd-client = "0.12" //! tokio = { version = "1.0", features = ["full"] } //! ``` //!