From 1da61c6320dbf1663567116fb5a202ecff9c338f Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Mon, 11 May 2020 09:42:30 +0200 Subject: [PATCH] Update to ash 0.31.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = []