Bump version to 1.1.16

This commit is contained in:
Michael Vines
2020-05-27 18:13:17 -07:00
parent 2cdd3f835f
commit 24c796b434
89 changed files with 516 additions and 516 deletions

View File

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