From 8b70245f8dc18eef2a13cd41da182dc0f7989178 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Feb 2023 00:12:34 +0000 Subject: [PATCH] CompatHelper: bump compat for PolyesterWeave to 0.2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ac60ca3f..e71cc78c 100644 --- a/Project.toml +++ b/Project.toml @@ -52,12 +52,12 @@ LinearOperators = "2.3.2" LoopVectorization = "0.12.115" MAT = "0.10.3" MappedArrays = "0.4.1" +Meshes = "0.27.0" Metis = "1.1.0" MultiComponentFlash = "1.1.3" -Meshes = "0.27.0" OrderedCollections = "1.4.1" Polyester = "0.6.11" -PolyesterWeave = "0.1.13" +PolyesterWeave = "0.1.13, 0.2" Polynomials = "3.1.2" PrettyTables = "2.0" ProgressMeter = "1.7.2"