From 46be1bee6d60307fd6f306fb92bcf8df50fd8297 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 21 Sep 2022 02:21:36 +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 71bcd53..4469dbc 100644 --- a/Project.toml +++ b/Project.toml @@ -8,6 +8,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] +StaticArrays = "1" julia = "1.6" [extras]