Bump version to 1.8.9

This commit is contained in:
Trent Nelson
2021-12-13 09:07:40 -07:00
committed by Tao Zhu
parent 9f44d60a39
commit a5e6a188c1
125 changed files with 934 additions and 934 deletions

View File

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