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 }
filetime = { workspace = true }
libc = { workspace = true }
linux-raw-sys = { workspace = true }
linux-raw-sys = { workspace = true, features = ["ioctl"] }
selinux = { workspace = true, optional = true }
uucore = { workspace = true, features = [
"backup-control",