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