Bump version to v1.6.15 (#18108)

This commit is contained in:
Trent Nelson
2021-06-21 14:23:43 -06:00
committed by GitHub
parent 7759210ff3
commit 06d6e357ae
119 changed files with 852 additions and 852 deletions

View File

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