Merge pull request #30 from dtolnay/lhm
Allow range of linked-hash-map versions
This commit is contained in:
commit
7ec24184a1
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