diff --git a/ash-window/Cargo.toml b/ash-window/Cargo.toml index 254c8d05d..6d3255fc0 100644 --- a/ash-window/Cargo.toml +++ b/ash-window/Cargo.toml @@ -19,7 +19,7 @@ edition = "2021" rust-version = "1.69.0" [dependencies] -ash = { path = "../ash", version = "0.37", default-features = false } +ash = { path = "../ash", version = "0.38", default-features = false } raw-window-handle = "0.5" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] @@ -27,7 +27,7 @@ raw-window-metal = "0.3" [dev-dependencies] winit = "0.28.0" -ash = { path = "../ash", version = "0.37", default-features = false, features = ["linked"] } +ash = { path = "../ash", version = "0.38", default-features = false, features = ["linked"] } [[example]] name = "winit" diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 8832369c9..433a0153c 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.37.0+1.3.271" +version = "0.38.0+1.3.271" authors = [ "Maik Klein ", "Benjamin Saunders ",