Bump version

This commit is contained in:
Stephen Akridge
2021-09-14 07:23:16 -07:00
committed by Michael Vines
parent 83d08223fd
commit d401c3f5ab
118 changed files with 861 additions and 861 deletions

View File

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