Bump to 0.18.0-pre2

This commit is contained in:
Michael Vines
2019-08-20 16:56:00 -07:00
parent e366fb6328
commit b1203da82c
68 changed files with 315 additions and 315 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "solana-sdk-c"
version = "0.18.0-pre1"
version = "0.18.0-pre2"
description = "Solana SDK C"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -18,7 +18,7 @@ bs58 = "0.2.0"
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-pre1" }
solana-sdk = { path = "../sdk", version = "0.18.0-pre2" }
solana-ed25519-dalek = "0.2.0"
[build-dependencies]