Bump version to v1.7.11

This commit is contained in:
Trent Nelson
2021-08-11 23:12:59 -06:00
committed by mergify[bot]
parent 03b930515b
commit ab5d032634
121 changed files with 900 additions and 900 deletions

View File

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