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 = []