From bcaa563c5b41ed299b5473416e1e87bc4afde422 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Thu, 22 Nov 2018 22:11:22 +0100 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 ac99be6..0fbe9a3 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.26.1" +version = "0.26.2" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"