Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ target = "x86_64-windows-gnu"
ldflags = ["-nostdlib", "-Wl,--subsystem,10", "-Wl,-e,efi_main"]

[dependencies]
openkal = "0.13.0"
openkal-uefi = "0.7.0"
openkal = "0.14.0"
openkal-uefi = "0.8.0"
```

## The target is `x86_64-windows-gnu`, and that is not a workaround
Expand Down
4 changes: 2 additions & 2 deletions mcpp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[package]
namespace = "mcpplibs"
name = "openkal-uefi"
version = "0.7.0"
version = "0.8.0"
description = "An implementation of openkal on UEFI Boot Services, for applications the firmware loads before an operating system exists"
license = "Apache-2.0"

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

[dependencies]
openkal = "0.13.0"
openkal = "0.14.0"

[build]
flags = [
Expand Down
Loading