Skip to content

Commit 0e17959

Browse files
committed
0.5.0 --- follow openkal 0.11
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.
1 parent efc896c commit 0e17959

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mcpp.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[package]
1515
namespace = "mcpplibs"
1616
name = "openkal-opensbi"
17-
version = "0.4.0"
17+
version = "0.5.0"
1818
description = "An implementation of openkal on the RISC-V Supervisor Binary Interface, portable across every machine whose firmware provides one"
1919
license = "Apache-2.0"
2020

@@ -33,7 +33,7 @@ repo = "https://github.com/mcpplibs/openkal-opensbi"
3333
# The contract, not an implementation of it. Declaring it turns a version
3434
# mismatch into a resolution-time message rather than a link-time one.
3535
[dependencies]
36-
openkal = "0.10.0"
36+
openkal = "0.11.0"
3737

3838
# ⭐ WHAT RECEIVES CONTROL, WHICH IS A STATEMENT ABOUT THE PROGRAM.
3939
#

0 commit comments

Comments
 (0)