From be763d251899bc735aaaea72bde87466b0efccd0 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Thu, 12 Apr 2018 11:09:51 +0200 Subject: [PATCH] Bump version to 0.23.0 --- ash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 65fdd2e..8508764 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.22.2" +version = "0.23.0" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"