From 40baca147ce5cfe447d10c58bfadd2f41dbad7f2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 10 Aug 2026 02:21:40 +0000 Subject: [PATCH] CompatHelper: bump compat for ColorTypes to 0.12 for package KhepriRhino, (keep existing compat) --- Julia/KhepriRhino/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Julia/KhepriRhino/Project.toml b/Julia/KhepriRhino/Project.toml index a26d0d32..c7df20a0 100644 --- a/Julia/KhepriRhino/Project.toml +++ b/Julia/KhepriRhino/Project.toml @@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" [compat] -ColorTypes = "0.11" +ColorTypes = "0.11, 0.12" KhepriBase = "0.8.1" PNGFiles = "0.4" Reexport = "1"