From 5d74d00d10cf43bdc6f82b8c43dcb4822f6e4199 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 17 Feb 2025 01:24:37 +0000 Subject: [PATCH] CompatHelper: bump compat for MeshIO to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f810d7b..0699090 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Distributions = "0.23, 0.24, 0.25" FileIO = "1" GeometryBasics = "0.4" Makie = "0.21" -MeshIO = "0.4" +MeshIO = "0.4, 0.5" Meshing = "0.5, 0.6" Rotations = "1" WriteVTK = "1"