pin ignore to older version with MSRV (#2173)

* pin ignore to older version with MSRV

* Pin `ignore` to `0.4.18` (for real)

Co-authored-by: Julian Antonielli <julianantonielli@gmail.com>
This commit is contained in:
Russell Cohen 2023-01-06 06:47:48 -05:00 committed by GitHub
parent 9c7307af4c
commit 84b810ca4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ opt-level = 0
[dependencies]
anyhow = "1.0"
clap = { version = "~3.1.18", features = ["derive"] }
ignore = "0.4"
# pin to 0.4.18 to deal with newer version relying on 1.65.0
ignore = "=0.4.18"
sha256 = "1.1"
[dev-dependencies]