From a5222bbc1dc6507b1c4b561e92a8f195b84f1433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 11 Nov 2024 10:19:58 +0100 Subject: [PATCH] Bump Julia to v1.10 --- 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"