Bump version to v1.6.25 (#19880)

This commit is contained in:
Tyera Eulberg
2021-09-14 15:33:13 -05:00
committed by GitHub
parent a4ebbc9f55
commit 7232b01a02
118 changed files with 861 additions and 861 deletions

View File

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