diff --git a/README.md b/README.md index c538936..488c745 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mcpp.toml b/mcpp.toml index 1b8b7c4..335b847 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -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" @@ -32,7 +32,7 @@ authors = ["mcpplibs"] repo = "https://github.com/mcpplibs/openkal-uefi" [dependencies] -openkal = "0.13.0" +openkal = "0.14.0" [build] flags = [