Bump metrics-core to 0.3.0

This commit is contained in:
Toby Lawrence 2019-04-30 09:04:15 -04:00
parent 7063b552fc
commit 8b7088d0d9
No known key found for this signature in database
GPG Key ID: 3BB201B0EEE9212E
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "metrics-core"
version = "0.2.0"
version = "0.3.0"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
edition = "2018"

View File

@ -13,7 +13,7 @@ repository = "https://github.com/metrics-rs/metrics-exporter-log"
documentation = "https://docs.rs/metrics-exporter-log"
[dependencies]
metrics-core = { path = "../metrics-core", version = "^0.2" }
metrics-core = { path = "../metrics-core", version = "^0.3" }
log = "^0.4"
futures = "^0.1"
tokio-timer = "^0.2"

View File

@ -13,6 +13,6 @@ repository = "https://github.com/metrics-rs/metrics-recorder-prometheus"
documentation = "https://docs.rs/metrics-recorder-prometheus"
[dependencies]
metrics-core = { path = "../metrics-core", version = "^0.2" }
metrics-core = { path = "../metrics-core", version = "^0.3" }
metrics-util = { path = "../metrics-util", version = "^0.1" }
hdrhistogram = "^6.1"

View File

@ -13,6 +13,6 @@ repository = "https://github.com/metrics-rs/metrics-recorder-text"
documentation = "https://docs.rs/metrics-recorder-text"
[dependencies]
metrics-core = { path = "../metrics-core", version = "^0.2" }
metrics-core = { path = "../metrics-core", version = "^0.3" }
metrics-util = { path = "../metrics-util", version = "^0.1" }
hdrhistogram = "^6.1"

View File

@ -27,7 +27,7 @@ exporters = ["metrics-exporter-log"]
recorders = ["metrics-recorder-text", "metrics-recorder-prometheus"]
[dependencies]
metrics-core = { path = "../metrics-core", version = "^0.2" }
metrics-core = { path = "../metrics-core", version = "^0.3" }
crossbeam-channel = "^0.3"
parking_lot = "^0.7"
fnv = "^1.0"