From 112a9c00edefbe175c5fc5bd48f914126dbda08e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 01:12:33 +0000 Subject: [PATCH] CompatHelper: bump compat for JLArrays in [extras] to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 34dc8c76a..8fa48e50f 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Distributed = "1" FiniteDifferences = "0.12.20" GPUArraysCore = "0.1.0, 0.2" IrrationalConstants = "0.1.1, 0.2" -JLArrays = "0.1" +JLArrays = "0.1, 0.3" JuliaInterpreter = "0.8,0.9" LinearAlgebra = "1" Random = "1"