From 6e50dadb3a8413331057822b2aaac2c5eab9d43c Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Fri, 17 Apr 2020 06:31:40 -0500 Subject: [PATCH] Support Colors 0.12 (#317) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6069e0b..f7a1328 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Pango_jll = "36c8627f-9965-5494-a995-c6b170f724f3" [compat] julia = "1.3" Cairo_jll = "1.16.0" -Colors = "0.9, 0.10, 0.11" +Colors = "0.9, 0.10, 0.11, 0.12" Fontconfig_jll = "2.13.1" Glib_jll = "2.59.0" Graphics = "0.4, 1"