Bump version to v1.6.6

This commit is contained in:
Michael Vines
2021-04-14 10:14:38 -07:00
parent e02bcbdae2
commit 4ef3a679a4
120 changed files with 855 additions and 855 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "1.6.5"
version = "1.6.6"
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-program = { path = "../sdk/program", version = "=1.6.5" }
solana-program = { path = "../sdk/program", version = "=1.6.6" }
fast-math = "0.1"
# This can go once the BPF toolchain target Rust 1.42.0+