Allow the newest linked-hash-map
Closes #52 and closes #55 and closes #63.
This commit is contained in:
parent
65d3bbfdfe
commit
23783fdb7e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ publish = false # this branch contains breaking changes
|
|||
|
||||
[dependencies]
|
||||
clippy = { version = "^0.*", optional = true }
|
||||
linked-hash-map = ">=0.0.9, <0.4"
|
||||
linked-hash-map = ">=0.0.9, <0.5"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "0.4"
|
||||
|
|
Loading…
Reference in a new issue