Skip to content

Commit 133c98a

Browse files
authored
0.9.0 --- follow openkal-musl 0.13.0 (#15)
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.
1 parent e981c69 commit 133c98a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mcpp.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
namespace = "mcpplibs"
33
name = "openkal-llvm-runtime"
4-
version = "0.8.0"
4+
version = "0.9.0"
55
description = "LLVM's C++ runtime libraries — libc++, libc++abi and libunwind — configured for openkal-musl rather than for a host C library."
66
license = "Apache-2.0"
77
authors = ["mcpplibs"]
@@ -208,7 +208,7 @@ sources = [
208208
cflags = ["-DDISABLE_AARCH64_FMV=1"]
209209

210210
[dependencies]
211-
openkal-musl = "0.12.0"
211+
openkal-musl = "0.13.0"
212212

213213
[build]
214214
cxx_standard = "c++23"

0 commit comments

Comments
 (0)