From d352f520c64954e2546550c26e63bbdfa9126e79 Mon Sep 17 00:00:00 2001 From: Benoit Pasquier Date: Wed, 20 Nov 2024 10:19:01 +1100 Subject: [PATCH] bump Static compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d7f3946..8d1ea8e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NaNStatistics" uuid = "b946abbf-3ea7-4610-9019-9858bfdeaf2d" authors = ["C. Brenhin Keller"] -version = "0.6.42" +version = "0.6.43" [deps] PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" @@ -10,6 +10,6 @@ StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718" [compat] PrecompileTools = "1" -Static = "0.8" +Static = "0.8, 1" StaticArrayInterface = "1" julia = "1.10"