From c822a286f688dc97cf5b96d97cd4008d817e133b Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 30 Aug 2026 16:25:15 +0800 Subject: [PATCH 1/2] 0.4.0 --- follow openkal 0.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚠️ A REPIN AND NOTHING ELSE, AND IT IS NOT OPTIONAL. openkal 0.10 adds five declarations, all of them to interfaces this implementation does not provide --- so nothing here has anything to implement. What is not optional is the version. A version requirement in this ecosystem is EXACT and does not float up, and `openkal' is the shared dependency of every package in the graph. An implementation left at 0.9.0 while a consumer moves to 0.10.0 does not get its own older contract: the two are irreconcilable and nothing resolves at all. So a specification revision moves the whole graph or none of it, and this package is part of the graph. --- mcpp.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcpp.toml b/mcpp.toml index 3face60..14cb7a6 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -32,7 +32,7 @@ authors = ["mcpplibs"] repo = "https://github.com/mcpplibs/openkal-uefi" [dependencies] -openkal = "0.9.0" +openkal = "0.10.0" [build] flags = [ From 4d5c152459f4205995832e7cd08ca13b56fab5ad Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 30 Aug 2026 18:29:29 +0800 Subject: [PATCH 2/2] Bump the version this package calls itself, which the repin forgot Same defect as openkal-opensbi and found the same way: the commit is titled 0.4.0, moves the openkal requirement to 0.10.0, and left `version' at 0.3.0. A release tagged 0.4.0 whose manifest says 0.3.0 is a package that does not answer to its own name. Checked every self-version in the chain against what its consumers require. These two were the only ones that disagreed. --- mcpp.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcpp.toml b/mcpp.toml index 14cb7a6..456a3cc 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -15,7 +15,7 @@ [package] namespace = "mcpplibs" name = "openkal-uefi" -version = "0.3.0" +version = "0.4.0" description = "An implementation of openkal on UEFI Boot Services, for applications the firmware loads before an operating system exists" license = "Apache-2.0"