Update cargo files to 0.22.1 (#7620)

This commit is contained in:
Dan Albert
2019-12-23 19:42:33 -05:00
committed by GitHub
parent 74e5577dd4
commit ba4558cb92
72 changed files with 344 additions and 344 deletions

View File

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