From 8ba3cd8d654cafb08a17faab4340f953cdb5f166 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 Aug 2024 00:17:11 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Meshes in [weakdeps] at version 0.49, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 04a4331..97c157b 100644 --- a/Project.toml +++ b/Project.toml @@ -43,6 +43,7 @@ LinearAlgebra = "1" LinearMaps = "3" LoopVectorization = "0.12" MeshIO = "0.4" +Meshes = "0.49" ProgressMeter = "1" SafeTestsets = "0.1" SparseArrays = "1"