Bump version to 1.1.5

This commit is contained in:
Michael Vines
2020-04-16 13:23:21 -07:00
parent aaec7de881
commit 135763e019
86 changed files with 832 additions and 832 deletions

View File

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