Bump version to 1.8.5 (#21295)

This commit is contained in:
sakridge
2021-11-16 18:58:57 +00:00
committed by GitHub
parent 741f9ea57f
commit 80c3591391
125 changed files with 934 additions and 934 deletions

View File

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