Bump version to 1.2.20

This commit is contained in:
Trent Nelson
2020-08-05 20:25:54 -06:00
committed by Trent Nelson
parent acba8d6026
commit 7f0d4f0656
85 changed files with 660 additions and 660 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "1.2.19"
version = "1.2.20"
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.19" }
solana-sdk = { path = "../sdk", version = "1.2.20" }
fast-math = "0.1"
[dev-dependencies]