From 0ec0628d47a4ad94414f60191553d0262cbf6f9e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 7 Nov 2024 00:36:23 +0000 Subject: [PATCH] CompatHelper: bump compat for ColorVectorSpace to 0.11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0070034..2a549eb 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] ColorTypes = "0.11, 0.12" -ColorVectorSpace = "0.10" +ColorVectorSpace = "0.10, 0.11" Colors = "0.12, 0.13" FixedPointNumbers = "0.8" PrecompileTools = "1"