From 4c4df6c4467ad110bdab204d065ef2a925182f78 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Thu, 10 Jan 2019 22:54:31 +0100 Subject: [PATCH] Bump version to 0.27.0 because there was a breaking change --- ash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 13d0984..886fea6 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.26.3" +version = "0.27.0" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"