Skip to content

Commit

Permalink
Merge pull request #7075 from jfinkels/mkfifo-mode-dependency
Browse files Browse the repository at this point in the history
mkfifo: add missing "mode" feature for uucore dep
  • Loading branch information
sylvestre authored Jan 4, 2025
2 parents 20b5365 + 4f43e7f commit 1e8e16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/mkfifo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/mkfifo.rs"
[dependencies]
clap = { workspace = true }
libc = { workspace = true }
uucore = { workspace = true, features = ["fs"] }
uucore = { workspace = true, features = ["fs", "mode"] }

[[bin]]
name = "mkfifo"
Expand Down

0 comments on commit 1e8e16b

Please sign in to comment.