mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
cp: enable "ioctl" feature of linux-raw-sys
required due to update of linux-raw-sys
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user