Skip to content

Commit e6f429d

Browse files
committed
Name the released specification and the released engine
openkal 0.8.0 is published, so the manifest names it by version rather than by branch. A branch is how a change spanning these repositories is developed and is not a form a published package may carry: a consumer resolving from the index would be handed a reference that moves. The engine pin moves to mcpp 2026.8.27.1 and the repository variable MCPP_SOURCE_REF is cleared, so what this repository tests is the engine a user installs.
1 parent 4f603f7 commit e6f429d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
default: ""
3131
env:
3232
MCPP_SOURCE_REF: ${{ github.event.inputs.mcpp_ref || vars.MCPP_SOURCE_REF }}
33-
MCPP_VERSION: 2026.8.25.2
33+
MCPP_VERSION: 2026.8.27.1
3434
XLINGS_VERSION: v2026.8.17.2
3535
XLINGS_NON_INTERACTIVE: '1'
3636

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = ["mcpplibs"]
1818
repo = "https://github.com/mcpplibs/openkal-linux"
1919

2020
[dependencies]
21-
openkal = { git = "https://github.com/mcpplibs/openkal", branch = "feat/openkal-0.8" }
21+
openkal = "0.8.0"
2222

2323
# The package contributes definitions and no modules. The interface it
2424
# implements is declared by the specification package, which this package

0 commit comments

Comments
 (0)