From 1f2afe4fc6566812c24f2bae6e0e0b6e24ad7e24 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 6 Sep 2025 13:09:01 +0000 Subject: [PATCH] CompatHelper: bump compat for SpeedMapping in [weakdeps] to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 90c87d393..0c6a95fd3 100644 --- a/Project.toml +++ b/Project.toml @@ -123,7 +123,7 @@ SimpleNonlinearSolve = "2.1" SparseArrays = "1.10" SparseConnectivityTracer = "1" SparseMatrixColorings = "0.4.5" -SpeedMapping = "0.3" +SpeedMapping = "0.3, 0.4" StableRNGs = "1" StaticArrays = "1.9" StaticArraysCore = "1.4"