Bump version to 1.5.10 (#15533)

This commit is contained in:
Ryo Onodera
2021-02-25 21:00:17 +09:00
committed by GitHub
parent dfd09a5c13
commit a52a22f558
114 changed files with 567 additions and 567 deletions

View File

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