Skip to content

Commit 383460e

Browse files
committed
numfmt: adjust the import
1 parent ac1ba37 commit 383460e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uu/numfmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "src/numfmt.rs"
2020

2121
[dependencies]
2222
clap = { workspace = true }
23-
uucore = { workspace = true, features = ["parser", "ranges"] }
23+
uucore = { workspace = true, features = ["parser", "ranges", "i18n-common", "i18n-decimal"] }
2424
thiserror = { workspace = true }
2525
fluent = { workspace = true }
2626
memchr = { workspace = true }

0 commit comments

Comments
 (0)