From 50cab572dbb8f15256db97b87f3793e5f417f20f Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sat, 10 Feb 2024 21:37:28 +0100 Subject: [PATCH] uucore: ensure quoting-style feature is enabled if format is enabled --- src/uucore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 78c01cd07..b0cb8cd4d 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -80,7 +80,7 @@ fs = ["dunce", "libc", "winapi-util", "windows-sys"] fsext = ["libc", "time", "windows-sys"] fsxattr = ["xattr"] lines = [] -format = ["itertools"] +format = ["itertools", "quoting-style"] mode = ["libc"] perms = ["libc", "walkdir"] pipes = []