Bump version to v1.6.3

This commit is contained in:
Trent Nelson
2021-03-30 00:19:41 -06:00
committed by mergify[bot]
parent 03b21f2e9d
commit 634959b3ab
120 changed files with 852 additions and 852 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "1.6.2"
version = "1.6.3"
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.2" }
solana-sdk = { path = "../sdk", version = "=1.6.3" }
fast-math = "0.1"
[dev-dependencies]