Bump version to v1.1.12

This commit is contained in:
Michael Vines
2020-05-11 22:08:47 -07:00
parent c51a18a887
commit 867a213cd3
89 changed files with 515 additions and 515 deletions

View File

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