From ab674a94e25c3227f0d7fc4d0274bb6aa0c935be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:46:00 +0200 Subject: [PATCH] CompatHelper: bump compat for Meshes to 0.42, (keep existing compat) (#40) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e1627ca..10bb0f5 100644 --- a/Project.toml +++ b/Project.toml @@ -17,5 +17,5 @@ ColorTypes = "0.10, 0.11, 0.12" Downloads = "1" FileIO = "1" ImageProjectiveGeometry = "0.3, 0.4" -Meshes = "0.19 - 0.39, 0.40, 0.41" +Meshes = "0.19 - 0.39, 0.40, 0.41, 0.42" julia = "1"