Skip to content

Commit

Permalink
chore(release): v1.0.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
antouhou authored Oct 18, 2021
1 parent 93f93a9 commit 094a499
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 = "rs_merkle"
version = "0.2.2"
version = "1.0.0"
authors = ["Anton Suprunchuk <[email protected]>"]
description = "The most advanced Merkle Tree library for Rust. Supports creating and verifying proofs, multi-proofs, as well as advanced features, such as tree diffs, transactional changes, and rollbacks"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
rs_merkle = "0.2"
rs_merkle = "1.0"
```

## Documentation
Expand Down

0 comments on commit 094a499

Please sign in to comment.