Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c19cab6

Browse files
cakebakersylvestre
authored andcommitted
date: sort deps in Cargo.toml alphabetically
1 parent 15cecc9 commit c19cab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uu/date/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ path = "src/date.rs"
2020

2121
[dependencies]
2222
clap = { workspace = true }
23+
fluent = { workspace = true }
2324
jiff = { workspace = true, features = [
2425
"tzdb-bundle-platform",
2526
"tzdb-zoneinfo",
2627
"tzdb-concatenated",
2728
] }
28-
uucore = { workspace = true, features = ["parser"] }
2929
parse_datetime = { workspace = true }
30-
fluent = { workspace = true }
30+
uucore = { workspace = true, features = ["parser"] }
3131

3232
[target.'cfg(unix)'.dependencies]
3333
libc = { workspace = true }

0 commit comments

Comments
 (0)