From 9662364c8b0a8a4ffb36bde438fbf4473520b3c1 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sun, 7 Mar 2021 20:17:48 +0100 Subject: [PATCH] Bump version of ash-window --- ash-window/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ash-window/Cargo.toml b/ash-window/Cargo.toml index e4e31b4..291d438 100644 --- a/ash-window/Cargo.toml +++ b/ash-window/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash-window" -version = "0.5.0" +version = "0.6.0" authors = ["msiglreith "] edition = "2018" license = "MIT OR Apache-2.0" @@ -14,7 +14,7 @@ exclude = [".github/*"] workspace = ".." [dependencies] -ash = { path = "../ash", version = "0.31" } +ash = { path = "../ash", version = "0.32" } raw-window-handle = "0.3" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]