From 645ab0831f9750e01c8d96d3fa649d1ace82adf2 Mon Sep 17 00:00:00 2001 From: Henrique Ferrolho Date: Sat, 12 Oct 2024 09:40:22 +0100 Subject: [PATCH] Bring back 0.x versions for Requires.jl and StaticArrays.jl --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 065e837..e11e43e 100644 --- a/Project.toml +++ b/Project.toml @@ -38,9 +38,9 @@ MeshIO = "0.4" MsgPack = "1" Parameters = "0.10, 0.11, 0.12, 0.13" PrecompileTools = "1" -Requires = "1" +Requires = "0.5, 1" Rotations = "1" -StaticArrays = "1" +StaticArrays = "0.10, 0.11, 0.12, 1" Tar = "1" julia = "1.6"