From 090ee89e1d5820d82c71743488fdc2ddc58d4192 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sun, 9 Jul 2017 09:15:29 +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 167abd8..e951116 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.17.1" +version = "0.18.0" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"