Skip to content

Commit

Permalink
Merge pull request #1429 from tavianator/ignore-0.4.21
Browse files Browse the repository at this point in the history
Bump ignore to 0.4.21
  • Loading branch information
tavianator authored Nov 26, 2023
2 parents d62bbbb + 571ebb3 commit 5903dec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
31 changes: 7 additions & 24 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version_check = "0.9"
aho-corasick = "1.0"
nu-ansi-term = "0.49"
argmax = "0.3.1"
ignore = "0.4.20"
ignore = "0.4.21"
regex = "1.9.6"
regex-syntax = "0.8"
ctrlc = "3.2"
Expand All @@ -50,9 +50,6 @@ 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 5903dec

Please sign in to comment.