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

Commit

Permalink
Merge pull request #38 from luncj/build/bump-version-3.0
Browse files Browse the repository at this point in the history
build: bump version 0.3.0
  • Loading branch information
zarvd authored Oct 2, 2020
2 parents bda1979 + d2610b9 commit db8d1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-rs"
version = "0.3.0-alpha.1"
version = "0.3.0"
authors = ["ccc <currantxx@gmail.com>"]
edition = "2018"
keywords = ["etcd", "future", "async"]
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 following dependencies in your project `cargo.toml`:

```toml
[dependencies]
etcd-rs = "0.2"
etcd-rs = "0.3"
```

#### Setup Client
Expand Down

0 comments on commit db8d1b6

Please sign in to comment.