Skip to content

Commit b7de5e2

Browse files
authored
0.7.0 — openkal 0.12.0 (#18)
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.
1 parent b89a163 commit b7de5e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mcpp.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
namespace = "mcpplibs"
33
name = "openkal-windows"
4-
version = "0.6.0"
4+
version = "0.7.0"
55
description = "An implementation of openkal for Windows, written on the Win32 interfaces and the object manager beneath them, using no C runtime symbol."
66
license = "Apache-2.0"
77

@@ -18,7 +18,7 @@ authors = ["mcpplibs"]
1818
repo = "https://github.com/mcpplibs/openkal-windows"
1919

2020
[dependencies]
21-
openkal = "0.11.0"
21+
openkal = "0.12.0"
2222

2323
# The package contributes definitions and no modules. The interface it
2424
# implements is declared by the specification package, which this package

0 commit comments

Comments
 (0)