summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-03 19:50:56 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-03 19:51:04 +0100
commit8f562b89980c85cf802c47438f420747e75d5737 (patch)
tree01de1345b6065d629ea1c4eec391bdf009d84e98
parenta6d02ea92b2a4e1a1c604bb9d291f3a46d7cc12d (diff)
Fix: We cannot use wildcard dependencies when releasing
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"