Bump version to 1.8.6

This commit is contained in:
Trent Nelson
2021-12-13 08:51:30 -07:00
committed by Tao Zhu
parent 9832ac54a4
commit 2c49ab1ab4
125 changed files with 934 additions and 934 deletions

View File

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