diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 532335a..4b1f57b 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics-util" -version = "0.4.0" +version = "0.4.0-alpha.0" authors = ["Toby Lawrence "] 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"