Allow range of linked-hash-map versions

This commit is contained in:
David Tolnay 2016-08-29 11:39:39 -07:00
parent ff90a2127c
commit d235acc1cc

View file

@ -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 }