(cargo-release) version 0.12.0

This commit is contained in:
Toby Lawrence 2019-10-18 14:58:26 -04:00
parent 591f4dac18
commit 39ff8ed190
No known key found for this signature in database
GPG Key ID: 3BB201B0EEE9212E
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ harness = false
[dependencies] [dependencies]
metrics-core = { path = "../metrics-core", version = "^0.5" } metrics-core = { path = "../metrics-core", version = "^0.5" }
metrics-util = { path = "../metrics-util", version = "^0.3" } metrics-util = { path = "../metrics-util", version = "^0.3" }
metrics = { path = "../metrics", version = "^0.11", features = ["std"] } metrics = { path = "../metrics", version = "^0.12", features = ["std"] }
im = "^12" im = "^12"
arc-swap = "^0.3" arc-swap = "^0.3"
parking_lot = "^0.9" parking_lot = "^0.9"

View File

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