Skip to content

Commit eed5c81

Browse files
authored
Merge pull request #7463 from blyxxyz/clean-shuf
Make `shuf` OsStr-compliant and bring newline handling in line with GNU
2 parents b540e18 + e830dd4 commit eed5c81

File tree

6 files changed

+279
-204
lines changed

6 files changed

+279
-204
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uu/shuf/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ path = "src/shuf.rs"
1818

1919
[dependencies]
2020
clap = { workspace = true }
21-
memchr = { workspace = true }
2221
rand = { workspace = true }
2322
rand_core = { workspace = true }
2423
uucore = { workspace = true }

0 commit comments

Comments
 (0)