From f2bbf2fbe3826bf96b99fd7c8bd66aae3514c365 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Thu, 7 May 2026 23:03:12 +0200 Subject: [PATCH] Bump version and LLVMExtra --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5eade8dc..ffb29f55 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LLVM" uuid = "929cbde3-209d-540e-8aea-75f648917ca0" -version = "9.7.1" +version = "9.8.0" [workspace] projects = ["test", "docs", "examples", "deps", "res"] @@ -23,7 +23,7 @@ BFloat16sExt = "BFloat16s" [compat] BFloat16s = "0.4, 0.5, 0.6" CEnum = "0.2, 0.3, 0.4, 0.5" -LLVMExtra_jll = "=0.0.42" +LLVMExtra_jll = "=0.0.43" Libdl = "1.8" PrecompileTools = "1" Preferences = "1.4"