mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
cp: enable "ioctl" feature of linux-raw-sys
required due to update of linux-raw-sys
This commit is contained in:
parent
116e1cd82b
commit
8a9fc388f1
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue