From f07af40a6c7f2e54b150c1fc7f3bb41e8f64f33e Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Thu, 23 Nov 2017 14:10:34 +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 a077007..54ce098 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.20.1" +version = "0.20.2" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"