Bump version to v1.3.18

This commit is contained in:
Trent Nelson
2020-10-12 20:41:30 -06:00
committed by mergify[bot]
parent 774a12e7b9
commit d1c51950f3
98 changed files with 706 additions and 706 deletions

View File

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