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,7 +1,7 @@
[package]
name = "solana-measure"
description = "Blockchain, Rebuilt for Scale"
version = "0.19.0-pre0"
version = "0.20.0"
documentation = "https://docs.rs/solana"
homepage = "https://solana.com/"
readme = "../README.md"
@ -11,4 +11,4 @@ license = "Apache-2.0"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "0.19.0-pre0" }
solana-sdk = { path = "../sdk", version = "0.20.0" }