From d4bcf9d66f7323310594fd465cacaf89ad4a1691 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 3 Oct 2025 01:03:12 +0000 Subject: [PATCH] CompatHelper: bump compat for Meshes to 0.55 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index f6a8c27d..618f13dc 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ CoordRefSystems = "0.16, 0.17, 0.18" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1" -Meshes = "0.53, 0.54" +Meshes = "0.53, 0.54, 0.55" SpecialFunctions = "2" StaticArrays = "1" TestItemRunner = "1"