From 989a6068ffafcd8dc23a98eab7c5dd3357144ce9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 13 Oct 2024 01:17:03 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUCompiler to 1, (keep existing compat) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b4d7d40..15ec7a3 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,6 @@ uuid = "81625895-6c0f-48fc-b932-11a18313743c" authors = ["Tom Short and contributors"] version = "0.7.2" - [deps] Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100" CodeInfoTools = "bc773b8a-8374-437a-b9f2-0e9785855863" @@ -18,7 +17,7 @@ StaticTools = "86c06d3c-3f03-46de-9781-57580aa96d0a" [compat] CodeInfoTools = "0.3" -GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26" +GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 1" LLVM = "6" MacroTools = "0.5" StaticTools = "0.8"