diff --git a/ash-window/Cargo.toml b/ash-window/Cargo.toml index 20c3e58ea..e4e31b47d 100644 --- a/ash-window/Cargo.toml +++ b/ash-window/Cargo.toml @@ -14,7 +14,7 @@ exclude = [".github/*"] workspace = ".." [dependencies] -ash = { path = "../ash" } +ash = { path = "../ash", version = "0.31" } raw-window-handle = "0.3" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]