Unverified Commit 84b810ca authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

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: default avatarJulian Antonielli <julianantonielli@gmail.com>
parent 9c7307af
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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]