1.6: Bump crates to 1.6.20 (#18805)

This commit is contained in:
Jon Cinque
2021-07-21 17:44:41 +02:00
committed by GitHub
parent 1017c4851a
commit ba8426e0fd
118 changed files with 861 additions and 861 deletions

View File

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