mirror of
https://github.com/awakesecurity/hocker.git
synced 2024-11-22 02:12:35 +03:00
Relax upper bound on turtle
from < 1.6
to < 1.7
(#60)
This commit is contained in:
parent
185b2c363e
commit
f0b2235daa
@ -7,6 +7,7 @@
|
|||||||
no longer supports them as of hnix-0.15.
|
no longer supports them as of hnix-0.15.
|
||||||
- Support hnix-0.15 and hnix-0.16.
|
- Support hnix-0.15 and hnix-0.16.
|
||||||
- Support and require optparse-generic-1.4.0 or higher.
|
- Support and require optparse-generic-1.4.0 or higher.
|
||||||
|
- Support turtle-1.6
|
||||||
|
|
||||||
## 1.0.7
|
## 1.0.7
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -102,7 +102,7 @@ library
|
|||||||
text >= 1.2,
|
text >= 1.2,
|
||||||
time >= 1.4,
|
time >= 1.4,
|
||||||
transformers >= 0.4,
|
transformers >= 0.4,
|
||||||
turtle >= 1.3.0 && < 1.6,
|
turtle >= 1.3.0 && < 1.7,
|
||||||
unordered-containers >= 0.2,
|
unordered-containers >= 0.2,
|
||||||
uri-bytestring >= 0.2,
|
uri-bytestring >= 0.2,
|
||||||
vector >= 0.11,
|
vector >= 0.11,
|
||||||
|
Loading…
Reference in New Issue
Block a user