From eec1ff87c79c74c115534257ef9985a495c6f105 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Mon, 31 Aug 2026 08:18:58 +0800 Subject: [PATCH] 0.9.0 --- follow openkal-musl 0.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.13.0 fixes a defect this package's consumers are exposed to: `kill(-n)' aimed at a unit the caller could not name reached the caller's OWN unit, so an enquiry about a unit that did not exist was answered yes and a signal aimed at one ended the caller together with everything it led. ⚠️ Held for the second batch. This package resolves openkal-musl by version from the published index, so its CI cannot pass until 0.13.0 is in the index artifact --- which republishes on a push to mcpp-index main. --- mcpp.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcpp.toml b/mcpp.toml index 18699b7e..1bea5e03 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -1,7 +1,7 @@ [package] namespace = "mcpplibs" name = "openkal-llvm-runtime" -version = "0.8.0" +version = "0.9.0" 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.12.0" +openkal-musl = "0.13.0" [build] cxx_standard = "c++23"