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:
parent
116e1cd82b
commit
8a9fc388f1
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue