Bump 1.7 version (#19943)

This commit is contained in:
sakridge
2021-09-16 22:16:09 +03:00
committed by GitHub
parent ca83167cfc
commit 70d556782b
122 changed files with 902 additions and 902 deletions

View File

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