From 86a80da37fe9e9f803d173dd923e42b487e2c8d2 Mon Sep 17 00:00:00 2001 From: Allen Hill Date: Thu, 10 Oct 2024 11:18:36 -0700 Subject: [PATCH] Bump min Julia version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bbda537..e09fe48 100644 --- a/Project.toml +++ b/Project.toml @@ -10,4 +10,4 @@ SIMD = "fdea26ae-647d-5447-a871-4b548cad5224" [compat] RecipesBase = "1.3" SIMD = "3.4.5" -julia = "1.6" +julia = "1.10"