Update cargo versions to 0.20.2 (#6613)

This commit is contained in:
Dan Albert
2019-10-29 18:42:31 -06:00
committed by GitHub
parent ca35841cb1
commit 23b4df0fef
80 changed files with 691 additions and 691 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-sdk-c"
version = "0.20.1"
version = "0.20.2"
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.65"
rand_chacha = "0.1.1"
rand_core = { version = ">=0.2, <0.4", default-features = false }
solana-sdk = { path = "../sdk", version = "0.20.1" }
solana-sdk = { path = "../sdk", version = "0.20.2" }
solana-ed25519-dalek = "0.2.0"
[build-dependencies]