Bump to 1.1.9

This commit is contained in:
Michael Vines
2020-05-02 11:41:51 -07:00
parent fa254ff18f
commit 9d00ff6624
88 changed files with 511 additions and 511 deletions

View File

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