Bump version to 1.1.13

This commit is contained in:
Michael Vines
2020-05-17 16:35:36 -07:00
parent 997f317c23
commit 2634402fef
88 changed files with 449 additions and 449 deletions

View File

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