From 86052f581cc1b019327d56cfbc15f5ed1a14940d Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Tue, 6 Mar 2018 10:39:58 +0100 Subject: [PATCH] Fix incorrect version bump --- ash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 66b9056..e67f62f 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.21.2" +version = "0.22.0" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"