Skip to content

Commit 05fdbca

Browse files
committed
0.9.1 --- follow openkal-musl 0.13.1
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.
1 parent 133c98a commit 05fdbca

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.9.0"
4+
version = "0.9.1"
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.13.0"
211+
openkal-musl = "0.13.1"
212212

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

0 commit comments

Comments
 (0)