Bump version to 1.1.2

This commit is contained in:
Michael Vines
2020-04-02 22:35:56 -07:00
parent 47ddb84078
commit 40d0f8da2d
85 changed files with 441 additions and 441 deletions

View File

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