Bump version to 1.1.3

This commit is contained in:
Michael Vines
2020-04-07 09:33:22 -07:00
parent b58ce6c740
commit 580304add4
86 changed files with 826 additions and 826 deletions

View File

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