Skip to content

Commit c72cdbd

Browse files
committed
allow Colors 0.13
1 parent 7a9d15a commit c72cdbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
julia-version:
1818
- "1"
19+
- "1.10"
1920
#- "nightly"
2021
os:
2122
- ubuntu-20.04

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Gtk4Makie"
22
uuid = "478199e7-b407-4926-87ea-7196203a28d8"
3-
version = "0.3.0"
3+
version = "0.3.1"
44

55
[deps]
66
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -22,7 +22,7 @@ Gtk4MakieCairoMakieExt = "CairoMakie"
2222

2323
[compat]
2424
CairoMakie = "0.11, 0.12"
25-
Colors = "0.11, 0.12"
25+
Colors = "0.11, 0.12, 0.13"
2626
FileIO = "1.10"
2727
GLMakie = "0.10.7"
2828
GeometryBasics = "0.4.11"

0 commit comments

Comments
 (0)