Skip to content

Commit 0443300

Browse files
committed
Release v0.14.0
1 parent 3c808be commit 0443300

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etcd-client"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["The etcd-client Authors <davidli2010@foxmail.com>"]
55
edition = "2021"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:
3535

3636
```toml
3737
[dependencies]
38-
etcd-client = "0.13"
38+
etcd-client = "0.14"
3939
tokio = { version = "1.0", features = ["full"] }
4040
```
4141

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//!
1919
//! ```toml
2020
//! [dependencies]
21-
//! etcd-client = "0.13"
21+
//! etcd-client = "0.14"
2222
//! tokio = { version = "1.0", features = ["full"] }
2323
//! ```
2424
//!

0 commit comments

Comments
 (0)