Skip to content

Commit

Permalink
Merge pull request #132 from refi64/update-uucore
Browse files Browse the repository at this point in the history
Update uucore to 0.0.12
  • Loading branch information
sylvestre authored Jan 25, 2022
2 parents bec239f + 949e76b commit c616c69
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 c616c69

Please sign in to comment.