From 2c7ba0df28f306c2f260c82e6223b66a4d197aad Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sat, 4 Nov 2017 07:59:55 +0100 Subject: [PATCH] Bump version --- ash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 32697bd..a077007 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.20.0" +version = "0.20.1" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"