Bump version to v1.6.2

This commit is contained in:
Trent Nelson
2021-03-29 22:09:36 -06:00
committed by Trent Nelson
parent cc5565b17e
commit 03b21f2e9d
120 changed files with 852 additions and 852 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "1.6.1"
version = "1.6.2"
description = "Solana Merkle Tree"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-merkle-tree"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "=1.6.1" }
solana-sdk = { path = "../sdk", version = "=1.6.2" }
fast-math = "0.1"
[dev-dependencies]