Skip to content

Commit aa29219

Browse files
authored
0.6.0 --- follow openkal 0.12 (#15)
No behaviour changes. The specification's 0.12 additions are prose: clause 11 entry 9 names what handles-do-not-cross costs a caller composing job control, and the two file-creating operations point at entry 6. The bump exists because a version requirement here is exact --- nothing floats up --- so a specification release moves the whole graph or nothing resolves.
1 parent be669d2 commit aa29219

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.5.0"
17+
version = "0.6.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.11.0"
36+
openkal = "0.12.0"
3737

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

0 commit comments

Comments
 (0)