Use published version of bare-metrics-recorder
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
3c09e741d4
commit
660595046b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -81,6 +81,8 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
||||
[[package]]
|
||||
name = "bare-metrics-core"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ff7b4664025c0967087f03e9f1a9be00b3ce61cc4e99448afa9d4daa757e9954"
|
||||
dependencies = [
|
||||
"hdrhistogram",
|
||||
"serde",
|
||||
@ -90,6 +92,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "bare-metrics-recorder"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3f81335882068ff256d4545eee4c8721e75331d4420e954adf5c88dbceb2dc74"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bare-metrics-core",
|
||||
|
@ -32,4 +32,4 @@ itertools = "0.10.1"
|
||||
hostname = "0.3.1"
|
||||
yama = { path = "../yama", version = "0.5.0-alpha.1" }
|
||||
metrics = "0.17.1"
|
||||
bare-metrics-recorder = { path = "../../../libraries/bare-metrics/bare-metrics-recorder" }
|
||||
bare-metrics-recorder = { version = "0.1.0" }
|
||||
|
Loading…
Reference in New Issue
Block a user