Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit fda7a3d

Browse files
committed
build: bump version 0.4.0
1 parent 8854100 commit fda7a3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-rs"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["ccc <[email protected]>"]
55
edition = "2018"
66
keywords = ["etcd", "future", "async"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add following dependencies in your project `cargo.toml`:
3535

3636
```toml
3737
[dependencies]
38-
etcd-rs = "0.3"
38+
etcd-rs = "0.4"
3939
```
4040

4141
#### Setup Client

0 commit comments

Comments
 (0)