Bump version to 1.1.15

This commit is contained in:
Michael Vines
2020-05-26 21:22:34 -07:00
parent fd5222ad21
commit f1201502d4
89 changed files with 516 additions and 516 deletions

View File

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