Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidli2010 committed Jul 10, 2024
1 parent 3c808be commit 0443300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etcd-client"
version = "0.13.0"
version = "0.14.0"
authors = ["The etcd-client Authors <davidli2010@foxmail.com>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
etcd-client = "0.13"
etcd-client = "0.14"
tokio = { version = "1.0", features = ["full"] }
```

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//!
//! ```toml
//! [dependencies]
//! etcd-client = "0.13"
//! etcd-client = "0.14"
//! tokio = { version = "1.0", features = ["full"] }
//! ```
//!
Expand Down

0 comments on commit 0443300

Please sign in to comment.