Specifically set ignore version to 0.4.20 in Cargo.toml

This commit is contained in:
Thayne McCombs 2023-03-24 00:49:44 -06:00 committed by David Peter
parent 161ee64399
commit 35bc1f95fb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ version_check = "0.9"
nu-ansi-term = "0.46"
argmax = "0.3.1"
atty = "0.2"
ignore = "0.4.3"
ignore = "0.4.20"
num_cpus = "1.15"
regex = "1.7.1"
regex-syntax = "0.6"