mirror of https://github.com/smithy-lang/smithy-rs
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:
parent
9c7307af4c
commit
84b810ca4a
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue