From 9151cf078f043599ec387ae7155aa4a08e5c45b9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 10 Jan 2025 00:40:14 +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 9c5c3cb..3a26ca7 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ ElasticArrays = "^1.2" ExtendableGrids = "1.6" FileIO = "1" LinearAlgebra = "1.9" -MeshIO = "0.4" +MeshIO = "0.4, 0.5" Printf = "1.6" TetGen = "1.5,2" Triangulate = "2.3.1"