From 77b3afe59e0c00a2c101d8eff80b26bac45d49d3 Mon Sep 17 00:00:00 2001 From: Anton Suprunchuk Date: Mon, 18 Oct 2021 13:06:35 +0300 Subject: [PATCH] chore(release): v1.0.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce92e8c..8587ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs_merkle" -version = "0.2.2" +version = "1.0.0" authors = ["Anton Suprunchuk "] 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" diff --git a/README.md b/README.md index af37e19..fcdf59d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -rs_merkle = "0.2" +rs_merkle = "1.0" ``` ## Documentation