From b6093e8e5c02621579c8852e34b3ab805fac24e0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 14 Mar 2024 20:55:29 +0000 Subject: [PATCH] CompatHelper: bump compat for CxxWrap to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e706c43..582ba4b 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" -CxxWrap = "0.14" +CxxWrap = "0.14, 0.15" GPUCompiler = "0.21.4" JSON = "0.21.4" LLVM = "6"