chore(release): v1.0.0 (#8)

This commit is contained in:
Anton Suprunchuk
2021-10-18 13:08:28 +03:00
committed by GitHub
parent 93f93a979c
commit 094a499e0f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rs_merkle"
version = "0.2.2"
version = "1.0.0"
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]
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"

View File

@@ -37,7 +37,7 @@ Add the following to your `Cargo.toml`:
```toml
[dependencies]
rs_merkle = "0.2"
rs_merkle = "1.0"
```
## Documentation