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-sdk-c"
version = "0.18.0-pre2"
version = "0.19.0-pre0"
description = "Solana SDK C"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -18,7 +18,7 @@ bs58 = "0.2.4"
libc = "0.2.62"
rand_chacha = "0.1.1"
rand_core = { version = ">=0.2, <0.4", default-features = false }
solana-sdk = { path = "../sdk", version = "0.18.0-pre2" }
solana-sdk = { path = "../sdk", version = "0.19.0-pre0" }
solana-ed25519-dalek = "0.2.0"
[build-dependencies]