1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

shred: make dependency on libc explicit

This commit is contained in:
Terts Diepraam 2023-03-12 13:49:18 +01:00
parent 9e0d3ea698
commit ae53b700d4
3 changed files with 5 additions and 1 deletions

1
Cargo.lock generated
View file

@ -3021,6 +3021,7 @@ name = "uu_shred"
version = "0.0.17"
dependencies = [
"clap",
"libc",
"rand",
"uucore",
]