Merge pull request #832 from nuttycom/pin_winnow_dep
Pin winnow dependency to avoid MRSV break.
This commit is contained in:
commit
0d980da3f6
|
@ -19,6 +19,9 @@ byteorder = "1"
|
|||
blake2 = { package = "blake2b_simd", version = "1" }
|
||||
proptest = { version = "1.0.0", optional = true }
|
||||
|
||||
# pin the winnow dependency due to MSRV of 1.64 in 0.4.2
|
||||
winnow = { version = "=0.4.1" }
|
||||
|
||||
[features]
|
||||
test-dependencies = ["proptest"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue