Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
davidli2010 committed Apr 5, 2022
1 parent 5844248 commit ccf6973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8"
etcd-client = "0.9"
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.8"
//! etcd-client = "0.9"
//! tokio = { version = "1.0", features = ["full"] }
//! ```
//!
Expand Down

0 comments on commit ccf6973

Please sign in to comment.