Update cargo toml and lock files to v0.20.0 (#6016)

This commit is contained in:
Dan Albert
2019-09-22 21:45:56 -04:00
committed by GitHub
parent aacead62c0
commit 9c9991db1d
75 changed files with 646 additions and 646 deletions

View File

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