diff --git a/mcpp.toml b/mcpp.toml index 9004e73..61be2b6 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -1,7 +1,7 @@ [package] namespace = "mcpplibs" name = "openkal-windows" -version = "0.6.0" +version = "0.7.0" description = "An implementation of openkal for Windows, written on the Win32 interfaces and the object manager beneath them, using no C runtime symbol." license = "Apache-2.0" @@ -18,7 +18,7 @@ authors = ["mcpplibs"] repo = "https://github.com/mcpplibs/openkal-windows" [dependencies] -openkal = "0.11.0" +openkal = "0.12.0" # The package contributes definitions and no modules. The interface it # implements is declared by the specification package, which this package