Skip to content

Commit 0ba06b4

Browse files
authored
0.5.0 --- follow openkal 0.11 (#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 b89bd56 commit 0ba06b4

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
@@ -15,7 +15,7 @@
1515
[package]
1616
namespace = "mcpplibs"
1717
name = "openkal-uefi"
18-
version = "0.4.0"
18+
version = "0.5.0"
1919
description = "An implementation of openkal on UEFI Boot Services, for applications the firmware loads before an operating system exists"
2020
license = "Apache-2.0"
2121

@@ -32,7 +32,7 @@ authors = ["mcpplibs"]
3232
repo = "https://github.com/mcpplibs/openkal-uefi"
3333

3434
[dependencies]
35-
openkal = "0.10.0"
35+
openkal = "0.11.0"
3636

3737
[build]
3838
flags = [

0 commit comments

Comments
 (0)