Bump version to v1.7.3

This commit is contained in:
Stephen Akridge
2021-06-17 17:55:42 +00:00
committed by Trent Nelson
parent a540af1ca7
commit d159ae9342
122 changed files with 891 additions and 891 deletions

View File

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