Bump version to 1.5.18

This commit is contained in:
Tyera Eulberg
2021-03-30 05:16:47 +00:00
committed by Michael Vines
parent 9ded0bdc03
commit ac4722afd7
118 changed files with 831 additions and 831 deletions

View File

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