Skip to content

Commit 46f0bb1

Browse files
committed
numfmt: adjust the import
1 parent 15c61e6 commit 46f0bb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/uu/numfmt/Cargo.toml

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

2121
[dependencies]
2222
clap = { workspace = true }
23-
uucore = { workspace = true, features = ["parser", "ranges"] }
23+
uucore = { workspace = true, features = [
24+
"parser",
25+
"ranges",
26+
"i18n-common",
27+
"i18n-decimal",
28+
] }
2429
thiserror = { workspace = true }
2530
fluent = { workspace = true }
2631
memchr = { workspace = true }

0 commit comments

Comments
 (0)