Update cargo.toml files to 0.16.1 (#4829)

This commit is contained in:
Dan Albert
2019-06-26 13:25:13 -06:00
committed by GitHub
parent b2582196db
commit aca142df16
55 changed files with 461 additions and 462 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "0.16.0"
version = "0.16.1"
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.0" }
solana-sdk = { path = "../sdk", version = "0.16.1" }
[dev-dependencies]
hex = "0.3.2"