diff --git a/Cargo.toml b/Cargo.toml index d3c0e64..eec45de 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.4.0+41" +version = "0.5.0+41" authors = ["Embark ", "Maik Klein "] edition = "2018" license = "MIT OR Apache-2.0" @@ -13,7 +13,7 @@ homepage = "https://github.com/EmbarkStudios/ash-molten" documentation = "https://docs.rs/ash-molten" [dependencies] -ash = "0.30" +ash = "0.31" [features] external = []