Update cargo version to 0.21.2 (#7342)

This commit is contained in:
Dan Albert
2019-12-06 21:32:39 -05:00
committed by GitHub
parent 08569c81e9
commit fdc0276ed1
74 changed files with 645 additions and 645 deletions

View File

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