Bump version to 1.2.4

This commit is contained in:
Stephen Akridge
2020-06-16 16:59:14 -07:00
parent f1e68ac25c
commit dbda50941a
89 changed files with 981 additions and 931 deletions

View File

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