Merge pull request #85 from pedrocr/master
Upgrade to latest linked-hash-map
This commit is contained in:
commit
944f676fd4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue