From e208c247af956e73f9e87494b0094d4705ecdad5 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Tue, 5 Sep 2017 23:37:07 +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 156bfe8..29e489c 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.18.2" +version = "0.18.3" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"