From 62fe64e1c0c3f8e8d2298d3164227b767dd6f69c Mon Sep 17 00:00:00 2001 From: Francesco Cogno Date: Fri, 6 Aug 2021 09:50:53 +0200 Subject: [PATCH] swapped clippy dep version from * to 0.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f18277..c3c9fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ prometheus_exporter_base = { version = "1.2", features = ["hyper_server"] regex = "1.5.4" [dev-dependencies] -clippy = "*" \ No newline at end of file +clippy = "0.0"