Bump 1.7 version (#18723)

This commit is contained in:
sakridge
2021-07-16 17:43:18 +02:00
committed by GitHub
parent 85bbcdad9a
commit 551dc0a74c
121 changed files with 891 additions and 891 deletions

View File

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