From 6165375ccc71e28ca1a574df6488dda9e7a2a95f Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Wed, 31 Jan 2018 15:30:27 +0100 Subject: [PATCH] Fix incorrect version --- ash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 60f9882..0177bff 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.20.3" +version = "0.21.0" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"