Skip to content

Commit a83aacb

Browse files
committed
Bump the version this package calls itself, which the repin forgot
The previous commit is titled 0.4.0, moves the openkal requirement to 0.10.0, and left `version' at 0.3.0. openkal-musl 0.11.0 requires openkal-opensbi 0.4.0, so releasing this as-is would tag a 0.4.0 whose manifest says 0.3.0 and leave that requirement pointing at a package that does not answer to the name. Found by checking every self-version in the chain against what its consumers require. It is the only one that disagreed.
1 parent ed86782 commit a83aacb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[package]
1515
namespace = "mcpplibs"
1616
name = "openkal-opensbi"
17-
version = "0.3.0"
17+
version = "0.4.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

0 commit comments

Comments
 (0)