From 0b0774ddc61cd8acc650bfe82fdd25306e297387 Mon Sep 17 00:00:00 2001 From: Jerome Plut Date: Tue, 2 Mar 2021 23:02:34 +0100 Subject: [PATCH] bumped compat to Julia 1.5 --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index e937b5d..638282b 100644 --- a/Project.toml +++ b/Project.toml @@ -20,16 +20,16 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Triangle = "56f361f5-126b-55db-87fb-1c71988fcde4" [compat] +julia = "1.5" +Rotations = "1" +LightGraphs = "1" +StaticArrays = "1" Clipper = "0.6" FixedPointNumbers = "0.8" GLPK = "0.14" -LightGraphs = "1.3" -Meshes = "0.7" +Meshes = "0.7, 0.10" Polyhedra = "0.6" -Rotations = "1.0" -StaticArrays = "1.0" Triangle = "0.3" -julia = "1" Colors = "0.12" [extras]