Bump version to 1.2.19

This one has some bonus deltas due to locks not being bumped for v1.2.18 nor
the ed25591-dalek update.
This commit is contained in:
Trent Nelson
2020-08-05 13:13:01 -06:00
committed by mergify[bot]
parent 72a13e2a72
commit 1ff9555099
85 changed files with 667 additions and 665 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "solana-measure"
description = "Blockchain, Rebuilt for Scale"
version = "1.2.18"
version = "1.2.19"
documentation = "https://docs.rs/solana"
homepage = "https://solana.com/"
readme = "../README.md"
@@ -12,8 +12,8 @@ edition = "2018"
[dependencies]
log = "0.4.8"
solana-sdk = { path = "../sdk", version = "1.2.18" }
solana-metrics = { path = "../metrics", version = "1.2.18" }
solana-sdk = { path = "../sdk", version = "1.2.19" }
solana-metrics = { path = "../metrics", version = "1.2.19" }
[target."cfg(unix)".dependencies]
jemallocator = "0.3.2"