Skip to content

Commit

Permalink
Merge pull request #5537 from sylvestre/missing-features
Browse files Browse the repository at this point in the history
add missing features to uucore
  • Loading branch information
cakebaker authored Nov 15, 2023
2 parents 5a0ad29 + 3f86bc5 commit 9ec994c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/uu/dd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/dd.rs"
clap = { workspace = true }
gcd = { workspace = true }
libc = { workspace = true }
uucore = { workspace = true, features = ["memo"] }
uucore = { workspace = true, features = ["memo", "quoting-style"] }

[target.'cfg(any(target_os = "linux"))'.dependencies]
nix = { workspace = true, features = ["fs"] }
Expand Down
2 changes: 1 addition & 1 deletion src/uu/printf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/printf.rs"

[dependencies]
clap = { workspace = true }
uucore = { workspace = true, features = ["memo"] }
uucore = { workspace = true, features = ["memo", "quoting-style"] }

[[bin]]
name = "printf"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/seq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bigdecimal = { workspace = true }
clap = { workspace = true }
num-bigint = { workspace = true }
num-traits = { workspace = true }
uucore = { workspace = true, features = ["memo"] }
uucore = { workspace = true, features = ["memo", "quoting-style"] }

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

0 comments on commit 9ec994c

Please sign in to comment.