Bump version to v1.8.3 (#21040)

This commit is contained in:
Tyera Eulberg
2021-10-28 11:17:11 -06:00
committed by GitHub
parent 42a2c29234
commit 8dd3c1ece1
125 changed files with 930 additions and 930 deletions

View File

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