Allow range of linked-hash-map versions
This commit is contained in:
parent
ff90a2127c
commit
d235acc1cc
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ preserve_order = ["linked-hash-map"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clippy = { version = "^0.*", optional = true }
|
clippy = { version = "^0.*", optional = true }
|
||||||
linked-hash-map = { version = "0.0.9", optional = true }
|
linked-hash-map = { version = ">=0.0.9, <0.4", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue