From deae2d52136e9a8220a4cffc3922a80bf2b4e61d Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Fri, 3 Jul 2026 04:53:11 -0400 Subject: [PATCH] Raise Mooncake compat floor to 0.5.36 (fix Downgrade resolution) The old Mooncake floor (0.5.6) let the Downgrade CI min-resolution pin an ancient Mooncake, which fed the Resolver.jl-capacity Unsatisfiable wall. Raise the floor to the latest registered Mooncake (0.5.36) so the min resolution picks a modern version. Verified on Julia 1.12 with julia-actions/julia-downgrade-compat downgrade.jl (mode=alldeps): the merged min-resolution now resolves successfully with Mooncake pinned at 0.5.36 (no Unsatisfiable). Co-Authored-By: Chris Rackauckas --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9e21dea6..7a5c5561 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Integrals" uuid = "de52edbc-65ea-441a-8357-d3a637375a31" -version = "5.4.2" +version = "5.4.3" authors = ["Chris Rackauckas "] [deps] @@ -62,7 +62,7 @@ HCubature = "1.7" LinearAlgebra = "1.10" MCIntegration = "0.4.2" MonteCarloIntegration = "0.2" -Mooncake = "0.5.6" +Mooncake = "0.5.36" QuadGK = "2.11" Random = "1.10" Reexport = "1.2"