Skip to content

Commit ce174e7

Browse files
committed
0.8.0 --- follow openkal 0.11
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.
1 parent a2a89ed commit ce174e7

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.7.0"
4+
version = "0.8.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.11.0"
211+
openkal-musl = "0.12.0"
212212

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

0 commit comments

Comments
 (0)