Bump version to v1.4.13

This commit is contained in:
Michael Vines
2020-11-25 21:42:09 -08:00
committed by mergify[bot]
parent 64c2e759ab
commit f5eb5a3ba6
105 changed files with 673 additions and 673 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "1.4.12"
version = "1.4.13"
description = "Solana Merkle Tree"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "1.4.12" }
solana-sdk = { path = "../sdk", version = "1.4.13" }
fast-math = "0.1"
[dev-dependencies]