From 0e17959c390ed618345784761ee6a505f87642d8 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 30 Aug 2026 21:48:19 +0800 Subject: [PATCH] 0.5.0 --- follow openkal 0.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A repin. openkal 0.11 collapses the three spawn declarations into one and makes the unit a program belongs to a resource the caller holds; nothing here provides an interface those declarations belong to. ⚠️ A version requirement in this ecosystem is exact and does not float up, and `openkal' is the shared dependency of the whole graph --- a package left behind does not keep its own older contract, it makes the graph irreconcilable. --- mcpp.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcpp.toml b/mcpp.toml index 8775500..dfc77e5 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -14,7 +14,7 @@ [package] namespace = "mcpplibs" name = "openkal-opensbi" -version = "0.4.0" +version = "0.5.0" description = "An implementation of openkal on the RISC-V Supervisor Binary Interface, portable across every machine whose firmware provides one" license = "Apache-2.0" @@ -33,7 +33,7 @@ repo = "https://github.com/mcpplibs/openkal-opensbi" # The contract, not an implementation of it. Declaring it turns a version # mismatch into a resolution-time message rather than a link-time one. [dependencies] -openkal = "0.10.0" +openkal = "0.11.0" # ⭐ WHAT RECEIVES CONTROL, WHICH IS A STATEMENT ABOUT THE PROGRAM. #