From c45112b5c8d48a8e7422e9a0d00432d25df2e210 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sun, 22 Mar 2020 20:28:03 +0100 Subject: [PATCH] Bump version to 0.30.0 --- ash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 775e25c..76d33ef 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.29.0" +version = "0.30.0" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"