From b4fc5b0c936968493483a326794c1ac587a1a0c7 Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Tue, 30 Apr 2019 09:07:58 -0400 Subject: [PATCH] Bump metrics-core to 0.3.1 --- metrics-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics-core/Cargo.toml b/metrics-core/Cargo.toml index 3c34089..9a878b4 100644 --- a/metrics-core/Cargo.toml +++ b/metrics-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics-core" -version = "0.3.0" +version = "0.3.1" authors = ["Toby Lawrence "] edition = "2018"