This commit is contained in:
Toby Lawrence 2020-06-16 22:02:28 -04:00
parent dc9eb47268
commit 207d945b4a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "metrics-util"
version = "0.4.0"
version = "0.4.0-alpha.0"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
edition = "2018"
@ -28,7 +28,7 @@ name = "streaming_integers"
harness = false
[dependencies]
metrics = { version = "0.13.0-alpha.0", path = "../metrics", features = ["std"] }
metrics = { version = "0.13.0-alpha.1", path = "../metrics", features = ["std"] }
crossbeam-epoch = "^0.8"
crossbeam-utils = "^0.7"
serde = "^1.0"