diff --git a/ash-window/Cargo.toml b/ash-window/Cargo.toml index dbc29c0cf..9c52a57ea 100644 --- a/ash-window/Cargo.toml +++ b/ash-window/Cargo.toml @@ -15,7 +15,7 @@ workspace = ".." [dependencies] ash = { path = "../ash", version = "0.35", default-features = false } -raw-window-handle = "0.3" +raw-window-handle = "0.3.4" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] raw-window-metal = "0.1"