From 7cca16322410198533b4bda1c8d964d876bb1def Mon Sep 17 00:00:00 2001 From: ascendforever Date: Mon, 4 Nov 2024 10:49:55 -0500 Subject: [PATCH] decreased unicode-width dependency version as it failed to compile --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 480478b..f81f4a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lndups" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Hardlink duplicate files" authors = ["George H "] @@ -13,3 +13,5 @@ license = "GPL-3.0-or-later" shlex = "1.3" smallvec = "1.13" structopt = "0.3" + +unicode-width = "<0.1.14" # subdependency causing compilation failure