From 8026b8d4e6ea63a92c7fa7554da35f880236b888 Mon Sep 17 00:00:00 2001 From: Nathan Daly Date: Fri, 17 Jan 2025 10:55:27 -0700 Subject: [PATCH] Update Project.toml latest release only supports 1.10, because of new use of compiler assume_effects --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d826e3f..5a26d2c 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" [compat] MacroTools = "0.5" ReTestItems = "1" -julia = "1.3" +julia = "1.10" [extras] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"