Merge pull request #85 from pedrocr/master

Upgrade to latest linked-hash-map
This commit is contained in:
Chen Yuheng 2017-08-20 22:08:31 +08:00 committed by GitHub
commit 944f676fd4

View file

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