From a0b4e63b19778ab857c871e68e47ac64ff08ece3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 19 Oct 2022 02:40:59 +0000 Subject: [PATCH] CompatHelper: add new compat entry for StaticArrays at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 7489d47..6431920 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] LinearSolve = "1.23" +StaticArrays = "1" julia = "^1" [extras]