We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c808be commit 0443300Copy full SHA for 0443300
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "etcd-client"
3
-version = "0.13.0"
+version = "0.14.0"
4
authors = ["The etcd-client Authors <davidli2010@foxmail.com>"]
5
edition = "2021"
6
readme = "README.md"
README.md
@@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:
35
36
```toml
37
[dependencies]
38
-etcd-client = "0.13"
+etcd-client = "0.14"
39
tokio = { version = "1.0", features = ["full"] }
40
```
41
src/lib.rs
@@ -18,7 +18,7 @@
18
//!
19
//! ```toml
20
//! [dependencies]
21
-//! etcd-client = "0.13"
+//! etcd-client = "0.14"
22
//! tokio = { version = "1.0", features = ["full"] }
23
//! ```
24
0 commit comments