Bump version to 1.8.10

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

View File

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