Skip to content

Commit

Permalink
Use a newer version of the ignore crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 24, 2023
1 parent e9a8fda commit 6eeb86a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 99 deletions.
144 changes: 46 additions & 98 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ mimalloc = { version = "0.1.28", default-features = false }
# large textual files, as discussed in #297.
libmimalloc-sys = "=0.1.24"
radix-heap = "0.4.2"
ignore = "0.3.1"
# ignore 0.4.19 requires scoped_threads, which was added in rust 1.63.
ignore = ">= 0.4, < 0.4.19"
const_format = "0.2.22"
owo-colors = "3.5.0"
wu-diff = "0.1.2"
Expand Down

0 comments on commit 6eeb86a

Please sign in to comment.