From a1a5e28288d3aff8ed4bfa022d0f83adb92501aa Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 20 Sep 2026 16:35:32 +0800 Subject: [PATCH] 0.8.0 --- follow openkal 0.14 The specification's 0.14 adds a position to openkal.terminal's mode word, which this implementation does not provide, and corrects KAL_VERSION_MINOR --- which it does answer with, because kal_version is that constant. Built against 0.13 this package would report 0.11 to a consumer that asks, and a consumer bound at load has nothing else to ask. --- README.md | 4 ++-- mcpp.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c538936..488c745 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ target = "x86_64-windows-gnu" ldflags = ["-nostdlib", "-Wl,--subsystem,10", "-Wl,-e,efi_main"] [dependencies] -openkal = "0.13.0" -openkal-uefi = "0.7.0" +openkal = "0.14.0" +openkal-uefi = "0.8.0" ``` ## The target is `x86_64-windows-gnu`, and that is not a workaround diff --git a/mcpp.toml b/mcpp.toml index 1b8b7c4..335b847 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -15,7 +15,7 @@ [package] namespace = "mcpplibs" name = "openkal-uefi" -version = "0.7.0" +version = "0.8.0" description = "An implementation of openkal on UEFI Boot Services, for applications the firmware loads before an operating system exists" license = "Apache-2.0" @@ -32,7 +32,7 @@ authors = ["mcpplibs"] repo = "https://github.com/mcpplibs/openkal-uefi" [dependencies] -openkal = "0.13.0" +openkal = "0.14.0" [build] flags = [