Upgrade to latest linked-hash-map

This commit is contained in:
Pedro Côrte-Real 2017-08-18 21:42:02 +01:00
parent 4b4877686c
commit 78dcf0d099

View file

@ -10,7 +10,7 @@ repository = "https://github.com/chyh1990/yaml-rust"
publish = false # this branch contains breaking changes publish = false # this branch contains breaking changes
[dependencies] [dependencies]
linked-hash-map = ">=0.0.9, <0.5" linked-hash-map = ">=0.0.9, <0.6"
[dev-dependencies] [dev-dependencies]
quickcheck = "0.4" quickcheck = "0.4"