Update cargo.toml files to 0.18.0-pre0 (#5303)

This commit is contained in:
Dan Albert
2019-07-27 11:42:06 -06:00
committed by GitHub
parent 7796e87814
commit b8835312bb
64 changed files with 529 additions and 529 deletions

View File

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