From 6ced7e1ecff379cf3df3f62f05557317dc56e41f Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Sun, 23 Feb 2020 13:42:11 -0500 Subject: [PATCH] expand Colors compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f76063bd..71282a10 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" AbstractTrees = "0.2, 0.3" Adapt = "1" CodecZlib = "0.5, 0.6" -Colors = "0.8, 0.9" +Colors = "0.8, 0.9, 0.10, 0.11" CuArrays = "1.6" Juno = "0.5, 0.6, 0.7, 0.8" MacroTools = "0.3, 0.4, 0.5"