Bump version to 1.2.21

This commit is contained in:
Trent Nelson
2020-08-06 09:28:16 -06:00
committed by Michael Vines
parent 55836d133e
commit b49aa125c9
88 changed files with 621 additions and 621 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "1.2.20"
version = "1.2.21"
description = "Solana Merkle Tree"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "1.2.20" }
solana-sdk = { path = "../sdk", version = "1.2.21" }
fast-math = "0.1"
[dev-dependencies]