Bump version to 1.5.17 (#16043)

This commit is contained in:
Tyera Eulberg
2021-03-19 18:56:05 -06:00
committed by GitHub
parent c3c4ce48af
commit f356a05e96
118 changed files with 831 additions and 831 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "1.5.16"
version = "1.5.17"
description = "Solana Merkle Tree"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-merkle-tree"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "=1.5.16" }
solana-sdk = { path = "../sdk", version = "=1.5.17" }
fast-math = "0.1"
[dev-dependencies]