From 1374ef8c2650f9720ae0514810d4d9c2a1bf7d20 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 23 Apr 2026 11:12:15 +1200 Subject: [PATCH 1/2] Update BenchmarkTools compatibility version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f6343aa3fc..3a30443f3e 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ MathOptInterfaceBenchmarkToolsExt = "BenchmarkTools" MathOptInterfaceCliqueTreesExt = "CliqueTrees" [compat] -BenchmarkTools = "1" +BenchmarkTools = "1.0.1" CliqueTrees = "1.17" CodecBzip2 = "0.6, 0.7, 0.8" CodecZlib = "0.6, 0.7" From ca094b2409f1a71a9c10d8acb27e6a0304a7ddd3 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 23 Apr 2026 11:14:27 +1200 Subject: [PATCH 2/2] Update compatibility versions in Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3a30443f3e..9753eeb2ba 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ MathOptInterfaceBenchmarkToolsExt = "BenchmarkTools" MathOptInterfaceCliqueTreesExt = "CliqueTrees" [compat] -BenchmarkTools = "1.0.1" +BenchmarkTools = "1" CliqueTrees = "1.17" CodecBzip2 = "0.6, 0.7, 0.8" CodecZlib = "0.6, 0.7" @@ -38,7 +38,7 @@ MutableArithmetics = "1" NaNMath = "0.3, 1" OrderedCollections = "1.1" ParallelTestRunner = "2.4.1" -PrecompileTools = "1" +PrecompileTools = "1.0.1" Printf = "1" SparseArrays = "1" SpecialFunctions = "1, 2"