From 20842de6809e5b579bf4966e8efaee9dee6984d4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Oct 2022 02:30:06 +0000 Subject: [PATCH] CompatHelper: bump compat for CairoMakie to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 983997d..0e4bb03 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" [compat] CSV = "0.10" -CairoMakie = "0.8" +CairoMakie = "0.8, 0.9" DataFrames = "1" FFMPEG = "0.4" Gtk = "1"