diff --git a/examples/hello/mcpp.toml b/examples/hello/mcpp.toml index d1585f1..7195b7f 100644 --- a/examples/hello/mcpp.toml +++ b/examples/hello/mcpp.toml @@ -11,5 +11,5 @@ target = "x86_64-windows-gnu" ldflags = ["-nostdlib", "-Wl,--subsystem,10", "-Wl,-e,efi_main"] [dependencies] -openkal = "0.6.0" +openkal = "0.7.0" openkal-uefi = { path = "../.." } diff --git a/mcpp.toml b/mcpp.toml index a333acd..f6ae033 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -15,7 +15,7 @@ [package] namespace = "mcpplibs" name = "openkal-uefi" -version = "0.1.2" +version = "0.1.3" 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.6.0" +openkal = "0.7.0" [build] flags = [