Bump version to 1.6.23 (#19447)

This commit is contained in:
sakridge
2021-08-26 20:09:15 +02:00
committed by GitHub
parent 7956f04fa5
commit 715c5e64c4
118 changed files with 861 additions and 861 deletions

View File

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