Bump version to v1.3.2

This commit is contained in:
Trent Nelson
2020-08-07 17:55:57 -06:00
committed by mergify[bot]
parent c8bad57455
commit f9e07f575e
89 changed files with 642 additions and 642 deletions

View File

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