We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd3b60 commit 0c26afaCopy full SHA for 0c26afa
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "etcd-client"
3
-version = "0.3.1"
+version = "0.4.0"
4
authors = ["The etcd-client Authors <davidli2010@foxmail.com>"]
5
edition = "2018"
6
readme = "README.md"
README.md
@@ -21,7 +21,7 @@ It provides asynchronous client backed by [tokio](https://github.com/tokio-rs/to
21
- [x] Lock
22
- [x] Auth
23
- [x] Maintenance
24
-- [ ] Cluster
+- [x] Cluster
25
- [ ] Election
26
27
## Usage
0 commit comments