From 33593795fe0a17cfab60cc61fee9e6129627a5a4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 17 Feb 2025 01:24:38 +0000 Subject: [PATCH] CompatHelper: bump compat for Colors to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f810d7b..45f921c 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" [compat] -Colors = "0.12" +Colors = "0.12, 0.13" CoordinateTransformations = "0.6" Cropbox = "0.3" Distributions = "0.23, 0.24, 0.25"