Bump version to 0.21.3

This commit is contained in:
Michael Vines
2019-12-08 22:55:06 -07:00
parent 68cb6aa1af
commit 5d37a0d108
75 changed files with 352 additions and 352 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-metrics"
version = "0.21.2"
version = "0.21.3"
description = "Solana Metrics"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -13,7 +13,7 @@ env_logger = "0.7.1"
lazy_static = "1.4.0"
log = "0.4.8"
reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] }
solana-sdk = { path = "../sdk", version = "0.21.2" }
solana-sdk = { path = "../sdk", version = "0.21.3" }
sys-info = "0.5.8"
[dev-dependencies]