From 0feeb6b01bfa4c2f97a7d0c1ad12ec652bae0666 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 9 Dec 2024 01:55:52 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometryBasics 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 26e8b61..83f7c79 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ AbstractTrees = "0.4.5" Aqua = "0.8" DocStringExtensions = "0.9" FileIO = "1" -GeometryBasics = "0.4" +GeometryBasics = "0.4, 0.5" LinearAlgebra = "1" MeshIO = "0.4" Serde = "3"