diff --git a/README.md b/README.md index db76fcd..5f6b77c 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,10 @@ conditional on the target. openkal = "0.9.0" [target.'cfg(os = "linux")'.dependencies] -openkal-linux = "0.7.0" +openkal-linux = "0.7.1" [target.'cfg(os = "macos")'.dependencies] -openkal-macos = "0.6.0" +openkal-macos = "0.6.1" [target.'cfg(windows)'.dependencies] openkal-windows = "0.4.0" diff --git a/examples/portable/mcpp.toml b/examples/portable/mcpp.toml index 9640783..f48fb2c 100644 --- a/examples/portable/mcpp.toml +++ b/examples/portable/mcpp.toml @@ -12,10 +12,10 @@ version = "0.1.0" openkal = "0.9.0" [target.'cfg(os = "linux")'.dependencies] -openkal-linux = "0.7.0" +openkal-linux = "0.7.1" [target.'cfg(os = "macos")'.dependencies] -openkal-macos = "0.6.0" +openkal-macos = "0.6.1" [target.'cfg(windows)'.dependencies] openkal-windows = "0.4.0" diff --git a/kit/mcpp.toml b/kit/mcpp.toml index 024dbaa..ace8d92 100644 --- a/kit/mcpp.toml +++ b/kit/mcpp.toml @@ -98,4 +98,4 @@ openkal = "0.9.0" # same reason: a change spanning the specification and an implementation must be # tested against both halves as written, not against whichever half is published. [target.'cfg(os = "linux")'.dev-dependencies] -openkal-linux = { version = "0.7.0", features = ["standalone"] } +openkal-linux = { version = "0.7.1", features = ["standalone"] }