Skip to content

Commit 970919d

Browse files
committed
release: 0.3.4, and name the implementations that follow openkal 0.7.0
The declarations pointed at versions published before openkal 0.7.0, and under caret rules those older versions still satisfy the requirement. A project resolving this package could therefore be handed an implementation declaring openkal 0.6.0 alongside a specification at 0.7.0, and 0.6.0 and 0.7.0 do not resolve together below 1.0. Naming the new versions is what makes the resolver reach the implementations this release was tested against.
1 parent 5ee86de commit 970919d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

mcpp.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
namespace = "mcpplibs"
33
name = "openkal-musl"
4-
version = "0.3.3"
4+
version = "0.3.4"
55
description = "musl 1.2.5 redirected onto openkal: one C library, ported once, above every implementation of the specification rather than above one kernel."
66
license = "Apache-2.0"
77

@@ -30,10 +30,10 @@ openkal = "0.7.0"
3030
#
3131
# The consequence for a program is that it names this package and nothing else.
3232
[target.'cfg(os = "linux")'.dependencies]
33-
openkal-linux = { version = "0.5.3", features = ["standalone"] }
33+
openkal-linux = { version = "0.5.4", features = ["standalone"] }
3434

3535
[target.'cfg(os = "macos")'.dependencies]
36-
openkal-macos = { version = "0.3.3", features = ["standalone"] }
36+
openkal-macos = { version = "0.3.4", features = ["standalone"] }
3737

3838
# ⚠️ FIRST STEP TOWARD A BARE MACHINE, AND NOT THE WHOLE OF IT.
3939
#
@@ -44,7 +44,7 @@ openkal-macos = { version = "0.3.3", features = ["standalone"] }
4444
# runtime that receives control, and a C library configured for an environment
4545
# with no process to exit from. So this declares the implementation and stops.
4646
[target.'cfg(os = "none")'.dependencies]
47-
openkal-opensbi = { version = "0.1.2", features = ["standalone"] }
47+
openkal-opensbi = { version = "0.1.5", features = ["standalone"] }
4848

4949
# ⭐ WHICH OPENKAL INTERFACES THE IMPLEMENTATION BENEATH IS EXPECTED TO PROVIDE.
5050
#
@@ -69,7 +69,7 @@ openkal-opensbi = { version = "0.1.2", features = ["standalone"] }
6969
defines = ["OKM_HAS_FS=0", "OKM_HAS_PROCESS=0", "OKM_HAS_TASK=0"]
7070

7171
[target.'cfg(windows)'.dependencies]
72-
openkal-windows = { version = "0.1.3", features = ["standalone"] }
72+
openkal-windows = { version = "0.1.5", features = ["standalone"] }
7373

7474
# The feature macros musl's own build establishes.
7575
#

0 commit comments

Comments
 (0)