Skip to content

Commit

Permalink
Update uucore to 0.0.12
Browse files Browse the repository at this point in the history
This version includes the needed filesystem type detection fix.

Signed-off-by: Ryan Gonzalez <[email protected]>
  • Loading branch information
refi64 committed Jan 24, 2022
1 parent 1e67813 commit 949e76b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
47 changes: 31 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tempfile = "3"
regex = "1.5"
once_cell = "1.9"
onig = "6.3"
uucore = { git = "https://github.com/uutils/coreutils", features = ["entries", "fs", "fsext"] }
uucore = { version = "0.0.12", features = ["entries", "fs", "fsext"] }

[dev-dependencies]
assert_cmd = "2"
Expand Down

0 comments on commit 949e76b

Please sign in to comment.