(cargo-release) version 0.4.0

This commit is contained in:
Toby Lawrence 2020-01-22 12:16:19 -05:00
parent cf5691fe2a
commit 3a2ee9ee15
No known key found for this signature in database
GPG Key ID: 3BB201B0EEE9212E
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -33,7 +33,7 @@ arc-swap = "^0.3"
parking_lot = "^0.9"
quanta = "^0.3"
crossbeam-utils = "^0.6"
metrics-exporter-log = { path = "../metrics-exporter-log", version = "^0.3", optional = true }
metrics-exporter-log = { path = "../metrics-exporter-log", version = "^0.4", optional = true }
metrics-exporter-http = { path = "../metrics-exporter-http", version = "^0.2", optional = true }
metrics-observer-yaml = { path = "../metrics-observer-yaml", version = "^0.1", optional = true }
metrics-observer-prometheus = { path = "../metrics-observer-prometheus", version = "^0.1", optional = true }
@ -46,4 +46,4 @@ getopts = "^0.2"
hdrhistogram = "^6.1"
criterion = "^0.2.9"
lazy_static = "^1.3"
tokio = { version = "^0.2", features = ["macros", "rt-core"] }
tokio = { version = "^0.2", features = ["macros", "rt-core"] }