From 01ffb5bd486855d1c3fdad967c14a668df6c63f2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 30 Jul 2026 03:20:48 +0000 Subject: [PATCH] CompatHelper: bump compat for ReachabilityAnalysis to 0.32, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e0059dff..d8377ae4 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -ReachabilityAnalysis = "0.18.6 - 0.31" +ReachabilityAnalysis = "0.18.6 - 0.31, 0.32" ReachabilityBase = "0.2.3 - 0.3" Reexport = "1" SparseArrays = "<0.0.1, 1.6"