Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ consumer needs to answer it without asking.

| this package | is carried by |
| --- | --- |
| 0.13.4 | `openkal-llvm-runtime = "0.9.5"` |
| 0.13.3 | `openkal-llvm-runtime = "0.9.4"` |
| 0.13.2 | `openkal-llvm-runtime = "0.9.3"` |
| 0.13.1 | `openkal-llvm-runtime = "0.9.2"` |
Expand Down
6 changes: 3 additions & 3 deletions mcpp.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
namespace = "mcpplibs"
name = "openkal-musl"
version = "0.13.3"
version = "0.13.4"
description = "musl 1.2.5 redirected onto openkal: one C library, ported once, above every implementation of the specification rather than above one kernel."
license = "Apache-2.0"

Expand Down Expand Up @@ -33,7 +33,7 @@ openkal = "0.12.0"
openkal-linux = { version = "0.12.0", features = ["standalone"] }

[target.'cfg(os = "macos")'.dependencies]
openkal-macos = { version = "0.9.0", features = ["standalone"] }
openkal-macos = { version = "0.9.1", features = ["standalone"] }

# ⚠️ FIRST STEP TOWARD A BARE MACHINE, AND NOT THE WHOLE OF IT.
#
Expand Down Expand Up @@ -69,7 +69,7 @@ openkal-opensbi = { version = "0.6.0", features = ["standalone"] }
defines = ["OKM_HAS_FS=0", "OKM_HAS_PROCESS=0", "OKM_HAS_TASK=0"]

[target.'cfg(windows)'.dependencies]
openkal-windows = { version = "0.7.3", features = ["standalone"] }
openkal-windows = { version = "0.7.4", features = ["standalone"] }

# The feature macros musl's own build establishes.
#
Expand Down
Loading