From afd6f6623f71756cb2514cb3b177144ff05fcda7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 25 Feb 2024 00:58:26 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for GPUCompiler to 0.26, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4be5322..6eab8fb 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ StaticTools = "86c06d3c-3f03-46de-9781-57580aa96d0a" [compat] CodeInfoTools = "0.3" -GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25" +GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26" LLVM = "6" MacroTools = "0.5" StaticTools = "0.8" From a18f913f9a346804eb07e26baa0e483101bb7550 Mon Sep 17 00:00:00 2001 From: "C. Brenhin Keller" Date: Mon, 4 Mar 2024 09:47:18 -0500 Subject: [PATCH 2/2] Bump version to trigger CI --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6eab8fb..6593f96 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StaticCompiler" uuid = "81625895-6c0f-48fc-b932-11a18313743c" authors = ["Tom Short and contributors"] -version = "0.6.2" +version = "0.6.3" [deps] Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"