Bump version to v1.7.8 (#18866)

This commit is contained in:
Ryo Onodera
2021-07-24 01:14:03 +09:00
committed by GitHub
parent f08c7b2294
commit 1cc8de0fed
121 changed files with 891 additions and 891 deletions

View File

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