Bump version to 0.21.5

This commit is contained in:
Michael Vines
2019-12-14 00:49:04 -07:00
parent 2eaf47d563
commit 4e0a3862a6
76 changed files with 358 additions and 358 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-metrics"
version = "0.21.4"
version = "0.21.5"
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.4" }
solana-sdk = { path = "../sdk", version = "0.21.5" }
sys-info = "0.5.8"
[dev-dependencies]