Bump version to v1.8.0 (#17541)

This commit is contained in:
Michael Vines
2021-05-27 08:51:53 -07:00
committed by GitHub
parent c81c7fe37c
commit 8eab0e8602
119 changed files with 868 additions and 868 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "solana-measure"
description = "Blockchain, Rebuilt for Scale"
version = "1.7.0"
version = "1.8.0"
homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-measure"
readme = "../README.md"
@ -12,8 +12,8 @@ edition = "2018"
[dependencies]
log = "0.4.11"
solana-sdk = { path = "../sdk", version = "=1.7.0" }
solana-metrics = { path = "../metrics", version = "=1.7.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
solana-metrics = { path = "../metrics", version = "=1.8.0" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]