Skip to content

Commit

Permalink
Update README and documents
Browse files Browse the repository at this point in the history
  • Loading branch information
davidli2010 committed Nov 27, 2021
1 parent b84a9b7 commit a067635
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.8.0"
version = "0.8.1"
authors = ["The etcd-client Authors <[email protected]>"]
edition = "2018"
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 @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
etcd-client = "0.7"
etcd-client = "0.8"
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.7"
//! etcd-client = "0.8"
//! tokio = { version = "1.0", features = ["full"] }
//! ```
//!
Expand Down

0 comments on commit a067635

Please sign in to comment.