Bump version to 0.22.3

This commit is contained in:
Michael Vines
2020-01-06 08:17:56 -07:00
parent d6d3a3c3d8
commit 9ee2e768d6
72 changed files with 345 additions and 345 deletions

View File

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