Allow the newest linked-hash-map
Closes #52 and closes #55 and closes #63.
This commit is contained in:
parent
1618a53e08
commit
d6743ab0c7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue