Skip to content

Commit

Permalink
Use a patched version of ignore for perf improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator authored and sharkdp committed Nov 1, 2023
1 parent c9df429 commit 66c0637
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 17 deletions.
73 changes: 56 additions & 17 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Expand Up @@ -50,6 +50,9 @@ crossbeam-channel = "0.5.8"
clap_complete = {version = "4.4.4", optional = true}
faccess = "0.2.4"

[patch.crates-io]
ignore = { git = "https://github.com/tavianator/ripgrep", branch = "fd" }

[dependencies.clap]
version = "4.4.7"
features = ["suggestions", "color", "wrap_help", "cargo", "derive"]
Expand Down

0 comments on commit 66c0637

Please sign in to comment.