From 0c9af17ee65fb98d6a75ef8da3ca5b5149575926 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 10 Jun 2024 20:55:35 +0000 Subject: [PATCH] CompatHelper: bump compat for CxxWrap to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5d90f8a..1c74848 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7" [compat] Clang = "0.14, 0.17.4, 0.18" -CxxWrap = "0.14" +CxxWrap = "0.14, 0.16" GPUCompiler = "0.23, 0.24, 0.25, 0.26" JSON = "0.21.4" LLVM = "6"