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,6 +1,6 @@
[package]
name = "solana-budget-api"
version = "0.18.0-pre2"
version = "0.19.0-pre0"
description = "Solana Budget program API"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -16,10 +16,10 @@ num-derive = "0.2"
num-traits = "0.2"
serde = "1.0.99"
serde_derive = "1.0.99"
solana-sdk = { path = "../../sdk", version = "0.18.0-pre2" }
solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" }
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "0.18.0-pre2" }
solana-runtime = { path = "../../runtime", version = "0.19.0-pre0" }
[lib]
crate-type = ["lib"]