Increment toml and cargo.ock to 0.16.5 (#5119)

This commit is contained in:
Dan Albert
2019-07-15 17:32:12 -06:00
committed by GitHub
parent 281fd88ea7
commit 3606d51507
56 changed files with 471 additions and 471 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "0.16.4"
version = "0.16.5"
description = "Solana Merkle Tree"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "0.16.4" }
solana-sdk = { path = "../sdk", version = "0.16.5" }
[dev-dependencies]
hex = "0.3.2"