Skip to content

Commit 98b1873

Browse files
authored
chore: Pin indexmap to <=1.8 for ci (#560)
1 parent d46b71e commit 98b1873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fnv = "1.0.5"
2929
itoa = "1"
3030

3131
[dev-dependencies]
32-
indexmap = "1.0"
32+
indexmap = "<=1.8"
3333
quickcheck = "0.9.0"
3434
rand = "0.7.0"
3535
seahash = "3.0.5"

0 commit comments

Comments
 (0)