Bump version to v1.6.4 (#16345)

This commit is contained in:
sakridge
2021-04-04 13:31:35 -07:00
committed by GitHub
parent 553e9fb8cd
commit a788021181
120 changed files with 850 additions and 850 deletions

View File

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