From 0f8ac7ecff606d0ea009d523621300891714201d Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sun, 11 Jun 2017 15:07:26 +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 545e969..87f598d 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.15.8" +version = "0.16.0" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"