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

Bump v1.0.1 #87

Merged
merged 1 commit into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
version = "1.0.1"
authors = ["lodrem <[email protected]>"]
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"
etcd-rs = "1.0"
```

```rust
Expand Down