From 575079af58854f77bee49cbb3d7e8d251e39e9d5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 8 Apr 2024 20:55:24 +0000 Subject: [PATCH] CompatHelper: bump compat for Clang to 0.18, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9e1e73e..5d90f8a 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7" [compat] -Clang = "0.14, 0.17.4" +Clang = "0.14, 0.17.4, 0.18" CxxWrap = "0.14" GPUCompiler = "0.23, 0.24, 0.25, 0.26" JSON = "0.21.4"