Bump version to 1.3.22

This commit is contained in:
Michael Vines
2020-11-13 08:51:59 -08:00
committed by mergify[bot]
parent 5a61827702
commit ea2daf0cfa
97 changed files with 709 additions and 709 deletions

View File

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