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 1618a53e08
commit d6743ab0c7

View file

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