From 640476fd7f3e370a8f2954f9d10549e35c43a8d9 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Barchi Date: Sun, 3 Apr 2022 12:28:31 +0200 Subject: [PATCH] cargo dependencies must have explicit version before publishing --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e8a085e..6750a16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ bencher = "0.1" avro-rs = {version = "0.13", features = ["snappy"]} stats-cli = "2.0.0" justconfig = "1.0" -tpe = "*" -anyhow = "*" -indicatif = "*" +tpe = "0.2.0" +anyhow = "1.0.53" +indicatif = "0.16.2"