Skip to content

Commit

Permalink
Merge pull request #135 from sylvestre/udeps
Browse files Browse the repository at this point in the history
Move tempfile dep to dev-dep
  • Loading branch information
sylvestre authored Jan 26, 2022
2 parents c616c69 + c61af2a commit 250867d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -14,7 +14,6 @@ chrono = "0.4"
clap = "2.34"
glob = "0.3"
walkdir = "2.3"
tempfile = "3"
regex = "1.5"
once_cell = "1.9"
onig = "6.3"
Expand All @@ -25,6 +24,7 @@ assert_cmd = "2"
filetime = "0.2"
predicates = "2"
serial_test = "0.5"
tempfile = "3"

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

0 comments on commit 250867d

Please sign in to comment.