Update version to v1.2.11 (#10966)

This commit is contained in:
sakridge
2020-07-09 06:48:30 -07:00
committed by GitHub
parent 50970bc8f9
commit 2896fdb603
89 changed files with 683 additions and 683 deletions

View File

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