From 8ccd30bc0d292143e5fc4b69b917fe5e75f9321f Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Mon, 31 Aug 2026 08:09:07 +0800 Subject: [PATCH] =?UTF-8?q?0.7.0=20=E2=80=94=20openkal=200.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No behaviour changes; the 0.12 additions are prose. Recorded here because the graph resolves by exact version and a specification bump moves every consumer of it or nothing resolves. --- mcpp.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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