Allow the newest linked-hash-map

Closes #52 and closes #55 and closes #63.
This commit is contained in:
David Tolnay 2017-05-08 11:03:03 -07:00
parent 65d3bbfdfe
commit 23783fdb7e

View file

@ -11,7 +11,7 @@ publish = false # this branch contains breaking changes
[dependencies]
clippy = { version = "^0.*", optional = true }
linked-hash-map = ">=0.0.9, <0.4"
linked-hash-map = ">=0.0.9, <0.5"
[dev-dependencies]
quickcheck = "0.4"