Skip to content

Commit 03b1c0f

Browse files
authored
Fix for recent Crayons release (#64)
* fix for recent Crayons release * bump versions
1 parent 04a204f commit 03b1c0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.7"
3+
version = "0.4.8"
44

55
[deps]
66
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
@@ -9,7 +9,7 @@ ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
99
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1010

1111
[compat]
12-
Crayons = "0.5, 1, 2, 3, 4"
12+
Crayons = "4.1"
1313
ImageBase = "0.1"
1414
ImageCore = "0.9"
1515
Requires = "1"

src/encodeimg.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function encodeimg(
6060
else
6161
# if reached it means that the last character row
6262
# has only the upper pixel defined.
63-
Symbol("nothing")
63+
nothing
6464
end
6565
print(io, Crayon(foreground=fgcol, background=bgcol), "")
6666
end

0 commit comments

Comments
 (0)