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

Commit

Permalink
build: bump version v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zarvd committed Oct 23, 2022
1 parent efc18ec commit e5e1158
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 = "1.0.0-alpha.2"
version = "1.0.0-alpha.3"
authors = ["lodrem <jialun.cai@pm.me>"]
edition = "2021"
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 @@ -54,7 +54,7 @@ Add following dependencies in your project `cargo.toml`:

```toml
[dependencies]
etcd-rs = "1.0.0-alpha.0"
etcd-rs = "1.0.0-alpha.3"
```

```rust
Expand Down

0 comments on commit e5e1158

Please sign in to comment.