Bump version to 1.4.2

This commit is contained in:
Trent Nelson
2020-10-15 12:47:44 -06:00
committed by mergify[bot]
parent 3df811348f
commit f3c986385f
101 changed files with 709 additions and 709 deletions

View File

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