From e0bd5fd60f0e392ec0608fef6f5047b930589a2b Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sat, 29 Apr 2017 15:38:06 +0200 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 a928b3c..3fe0ae2 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.15.5" +version = "0.15.6" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"