Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568)

This commit is contained in:
Dan Albert
2019-10-25 17:40:49 -06:00
committed by GitHub
parent a2a9d54985
commit 73c31d873e
76 changed files with 682 additions and 682 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "solana-measure"
description = "Blockchain, Rebuilt for Scale"
version = "0.20.0"
version = "0.21.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.20.0" }
solana-sdk = { path = "../sdk", version = "0.21.0" }