From b76b4af569ae170cfdee4df00229fc753204675a Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Thu, 22 Aug 2024 17:33:51 +0200 Subject: [PATCH] Bump LLVMExtra. (#451) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 80865e25..ddf056af 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ BFloat16sExt = "BFloat16s" [compat] BFloat16s = "0.4, 0.5" CEnum = "0.2, 0.3, 0.4, 0.5" -LLVMExtra_jll = "=0.0.32" +LLVMExtra_jll = "=0.0.33" Libdl = "1.8" Preferences = "1.4" Printf = "1.8"