From 8f562b89980c85cf802c47438f420747e75d5737 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 3 Jan 2021 19:50:56 +0100 Subject: Fix: We cannot use wildcard dependencies when releasing Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20493fe..c3d3b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ log = "0.4" actix-web = "3" thiserror = "1" parse-display = "0.4" -num-traits = "*" # whatever prometheus_exporter_base pulls in +num-traits = "0.2" # whatever prometheus_exporter_base pulls in itertools = "0.9" -- cgit v1.2.3