From ce174e753b4db6f6da23393c8c53c5279ec32a50 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 30 Aug 2026 21:48:18 +0800 Subject: [PATCH] 0.8.0 --- follow openkal 0.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A repin. openkal 0.11 collapses the three spawn declarations into one and makes the unit a program belongs to a resource the caller holds; this package carries openkal-musl and moves with it. ⚠️ A version requirement in this ecosystem is exact and does not float up, and `openkal' is the shared dependency of the whole graph --- a package left behind does not keep its own older contract, it makes the graph irreconcilable. --- mcpp.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcpp.toml b/mcpp.toml index d96979d5..18699b7e 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -1,7 +1,7 @@ [package] namespace = "mcpplibs" name = "openkal-llvm-runtime" -version = "0.7.0" +version = "0.8.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.11.0" +openkal-musl = "0.12.0" [build] cxx_standard = "c++23"