Skip to content

Commit b345b7c

Browse files
authored
Support ImageCore 0.10 on 0.4.x (#74)
In ImageCore, getting tests passing on Julia 1.0 seems to require that we support ImageCore even on the 0.4 release of ImageInTerminal.
1 parent 2e59e5e commit b345b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ImageInTerminal"
22
uuid = "d8c32880-2388-543b-8c61-d9f865259254"
3-
version = "0.4.8"
3+
version = "0.4.9"
44

55
[deps]
66
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
@@ -11,7 +11,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1111
[compat]
1212
Crayons = "4.1"
1313
ImageBase = "0.1"
14-
ImageCore = "0.9"
14+
ImageCore = "0.9, 0.10"
1515
Requires = "1"
1616
julia = "1"
1717

0 commit comments

Comments
 (0)