Skip to content

Commit 1af1258

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 f369594 commit 1af1258

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
@@ -26,7 +26,7 @@ on:
2626
default: ""
2727
env:
2828
MCPP_SOURCE_REF: ${{ github.event.inputs.mcpp_ref || vars.MCPP_SOURCE_REF }}
29-
MCPP_VERSION: 2026.8.26.2
29+
MCPP_VERSION: 2026.8.27.1
3030
XLINGS_VERSION: v2026.8.17.2
3131
XLINGS_NON_INTERACTIVE: '1'
3232

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-windows"
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)