From ca8b1efc18108604e7ab75efb978d61312c9b912 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 5 Oct 2020 10:43:05 +0200 Subject: [PATCH] Be less prescriptive for the ansi_term dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56e9888..bea7d9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ name = "dust" path = "src/main.rs" [dependencies] -ansi_term = "=0.12" +ansi_term = "0.12" clap = "=2.33" lscolors = "0.7" num_cpus = "1"