Bump version to v1.6.28 (#20300)

This commit is contained in:
Tyera Eulberg
2021-09-28 15:23:27 -05:00
committed by GitHub
parent c5d174c170
commit 5df386ae0e
118 changed files with 862 additions and 862 deletions

View File

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