Update version to 0.20.4

This commit is contained in:
Michael Vines
2019-11-06 23:18:35 -07:00
parent f87bbb9b09
commit 0efb12bb6b
79 changed files with 375 additions and 375 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "0.20.3"
version = "0.20.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 = "0.20.3" }
solana-sdk = { path = "../sdk", version = "0.20.4" }
[dev-dependencies]
hex = "0.4.0"