From b4a12dca8bef3b6fce9b82da3abce7e07d26c883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:51:57 +0000 Subject: [PATCH] Update GPUToolbox requirement from 0.1.0, 0.2, 0.3, 1 to 0.1.0, 0.2, 0.3, 1, 3.0 Updates the requirements on [GPUToolbox](https://github.com/JuliaGPU/GPUToolbox.jl) to permit the latest version. - [Release notes](https://github.com/JuliaGPU/GPUToolbox.jl/releases) - [Commits](https://github.com/JuliaGPU/GPUToolbox.jl/commits/v3.0.0) --- updated-dependencies: - dependency-name: GPUToolbox dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 98644e79b..4a27c9bbc 100644 --- a/Project.toml +++ b/Project.toml @@ -61,7 +61,7 @@ EnzymeCore = "0.8" ExprTools = "0.1" GPUArrays = "11.3.1" GPUCompiler = "1" -GPUToolbox = "0.1.0, 0.2, 0.3, 1" +GPUToolbox = "0.1.0, 0.2, 0.3, 1, 3.0" KernelAbstractions = "0.9.2" LLD_jll = "15, 16, 17, 18, 19, 20" LLVM = "9"