Bump to 0.19.0-pre0

This commit is contained in:
Michael Vines
2019-08-25 21:46:51 -07:00
parent 52da207f83
commit ba59741b60
70 changed files with 324 additions and 324 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "solana-measure"
description = "Blockchain, Rebuilt for Scale"
version = "0.18.0-pre2"
version = "0.19.0-pre0"
documentation = "https://docs.rs/solana"
homepage = "https://solana.com/"
readme = "../README.md"
@@ -11,4 +11,4 @@ license = "Apache-2.0"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "0.18.0-pre2" }
solana-sdk = { path = "../sdk", version = "0.19.0-pre0" }