From 3bfb5b78b451cb67cc7099d1aae19f40559dd295 Mon Sep 17 00:00:00 2001 From: AlgebraicJulia Bot Date: Wed, 23 Oct 2024 01:22:33 +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 403f9ca..f99bd66 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] AlgebraicInterfaces = "0.1.4" -Colors = "0.12" +Colors = "0.12, 0.13" Crayons = "4" DataStructures = "0.18" JSON = "0.21"