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

Commit 2ccbcd6

Browse files
committed
build: bump version v1.0.0
1 parent 91c1c47 commit 2ccbcd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etcd-rs"
3-
version = "1.0.0-alpha.3"
3+
version = "1.0.0"
44
authors = ["lodrem <[email protected]>"]
55
edition = "2021"
66
keywords = ["etcd", "future", "async"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Add following dependencies in your project `cargo.toml`:
5454

5555
```toml
5656
[dependencies]
57-
etcd-rs = "1.0.0-alpha.3"
57+
etcd-rs = "1.0.0"
5858
```
5959

6060
```rust

0 commit comments

Comments
 (0)