1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

cp: enable "ioctl" feature of linux-raw-sys

required due to update of linux-raw-sys
This commit is contained in:
Daniel Hofstetter 2025-06-30 15:35:42 +02:00
parent 116e1cd82b
commit 8a9fc388f1

View file

@ -21,7 +21,7 @@ path = "src/cp.rs"
clap = { workspace = true } clap = { workspace = true }
filetime = { workspace = true } filetime = { workspace = true }
libc = { workspace = true } libc = { workspace = true }
linux-raw-sys = { workspace = true } linux-raw-sys = { workspace = true, features = ["ioctl"] }
selinux = { workspace = true, optional = true } selinux = { workspace = true, optional = true }
uucore = { workspace = true, features = [ uucore = { workspace = true, features = [
"backup-control", "backup-control",