Bump version to 1.2.13

This commit is contained in:
Trent Nelson
2020-07-21 22:06:13 -06:00
committed by mergify[bot]
parent dd9cb18d65
commit ff48ea20de
89 changed files with 683 additions and 683 deletions

View File

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