From a425affcb919fe5d5c45f2feadc93e80a694bfaa Mon Sep 17 00:00:00 2001 From: Henrique Ferrolho Date: Sat, 12 Oct 2024 09:38:16 +0100 Subject: [PATCH] Revert base Julia version requirement --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 87fece8..065e837 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ Requires = "1" Rotations = "1" StaticArrays = "1" Tar = "1" -julia = "1.10" +julia = "1.6" [extras] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"