From 731af5c32d06978f8f3445909758ddb372279743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 12 Nov 2024 00:41:08 +0100 Subject: [PATCH] Bump Julia to v1.10 (#65) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 004e480..ea563b1 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ MathOptInterface = "1" SDPA_jll = "=700.300.1800" SparseArrays = "<0.0.1, 1.6" Test = "<0.0.1, 1.6" -julia = "1.6" +julia = "1.10" [extras] SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"