Update version to 1.4.19 (#14196)

This commit is contained in:
sakridge
2020-12-17 16:36:20 -08:00
committed by GitHub
parent 5490c47c68
commit 91a2d03f28
113 changed files with 726 additions and 726 deletions

View File

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