From bcb115861b2c60066e234136850c9936e6bcebec Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Oct 2025 01:03:25 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUToolbox to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a39ed566..791c898c 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ CEnum = "0.4, 0.5" ExprTools = "0.1" GPUArrays = "11.2.1" GPUCompiler = "1.5" -GPUToolbox = "0.1, 0.2, 0.3" +GPUToolbox = "0.1, 0.2, 0.3, 1" KernelAbstractions = "0.9.1" LLVM = "6, 7, 8, 9" NEO_jll = "=25.31.34666"