From 05a24809a64aefe8294a5cbf858f1e56bbe21f8c Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 10 Nov 2024 18:25:30 +0100 Subject: [PATCH] support `ColorTpes` 0.12 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ae7134f..cc3fc75 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MeshIO" uuid = "7269a6da-0436-5bbc-96c2-40638cbb6118" author = "Simon Danisch" -version = "0.4.12" +version = "0.4.13" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" @@ -10,7 +10,7 @@ GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" [compat] -ColorTypes = "0.8, 0.9, 0.10, 0.11" +ColorTypes = "0.8, 0.9, 0.10, 0.11, 0.12" FileIO = "1.2.4" GeometryBasics = "0.4.1" julia = "1.3"