diff --git a/Cargo.toml b/Cargo.toml index 5fe9ca4..3045063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ash-molten" description = "Statically linked MoltenVK for Vulkan on Mac using Ash" -version = "0.8.2+1.1.2-f28ab1c" +version = "0.9.0+1.1.2-f28ab1c" authors = ["Embark ", "Maik Klein "] edition = "2018" license = "MIT OR Apache-2.0" @@ -14,7 +14,7 @@ documentation = "https://docs.rs/ash-molten" build = "build/build.rs" [dependencies] -ash = "0.31" +ash = "0.32" [build-dependencies] anyhow = "1.0"