From 05fdbcabba4ecee58141f388ff13cc66982a547c Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Mon, 31 Aug 2026 10:34:15 +0800 Subject: [PATCH] 0.9.1 --- follow openkal-musl 0.13.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Carries openkal-linux 0.12.0, which fixes a defect every consumer of this package is exposed to: a program that needs an interpreter --- a `#!' script on any architecture, or a foreign binary through binfmt_misc --- could not be started at all. ⚠️ Held for the second batch as always: this package resolves openkal-musl by version from the published index. --- mcpp.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcpp.toml b/mcpp.toml index 1bea5e03..b3f3b6a1 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -1,7 +1,7 @@ [package] namespace = "mcpplibs" name = "openkal-llvm-runtime" -version = "0.9.0" +version = "0.9.1" description = "LLVM's C++ runtime libraries — libc++, libc++abi and libunwind — configured for openkal-musl rather than for a host C library." license = "Apache-2.0" authors = ["mcpplibs"] @@ -208,7 +208,7 @@ sources = [ cflags = ["-DDISABLE_AARCH64_FMV=1"] [dependencies] -openkal-musl = "0.13.0" +openkal-musl = "0.13.1" [build] cxx_standard = "c++23"