Bump version to v1.7.9

This commit is contained in:
Michael Vines
2021-07-24 11:23:44 -06:00
parent 7aced9e772
commit 548ddff7ed
121 changed files with 891 additions and 891 deletions

View File

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