Skip to content

Commit

Permalink
Cargo.toml: enable uucore's mode feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed May 21, 2024
1 parent a816960 commit 0fbc988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ sha1 = { version = "0.10.6", features = ["std"] }
tempfile = { workspace = true }
time = { workspace = true, features = ["local-offset"] }
unindent = "0.2.3"
uucore = { workspace = true, features = ["entries", "process", "signals"] }
uucore = { workspace = true, features = ["entries", "mode", "process", "signals"] }
walkdir = { workspace = true }
hex-literal = "0.4.1"
rstest = { workspace = true }
Expand Down

0 comments on commit 0fbc988

Please sign in to comment.