From 89293cd7d59960570035d8b11c25ba33d052691d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 4 Dec 2022 01:38:57 +0000 Subject: [PATCH] CompatHelper: bump compat for CairoMakie to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 983997d..bb51c83 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.10" DataFrames = "1" FFMPEG = "0.4" Gtk = "1"