We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116e1cd commit 8a9fc38Copy full SHA for 8a9fc38
1 file changed
src/uu/cp/Cargo.toml
@@ -21,7 +21,7 @@ path = "src/cp.rs"
21
clap = { workspace = true }
22
filetime = { workspace = true }
23
libc = { workspace = true }
24
-linux-raw-sys = { workspace = true }
+linux-raw-sys = { workspace = true, features = ["ioctl"] }
25
selinux = { workspace = true, optional = true }
26
uucore = { workspace = true, features = [
27
"backup-control",
0 commit comments