Update cargo.toml and cargo.lock files for 0.16.3 (#4917)

This commit is contained in:
Dan Albert
2019-07-02 14:33:04 -06:00
committed by GitHub
parent c53f163ef5
commit 3c0b03ba84
55 changed files with 461 additions and 461 deletions

View File

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