From d267b52e45a03bbfd9fe6f9f41380f970908d9fc Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sat, 22 Apr 2017 15:24:59 +0200 Subject: [PATCH] inc version --- ash/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 4793595..f890c8c 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.15.5-pre" +version = "0.15.5" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT" @@ -14,4 +14,4 @@ shared_library = "0.1.5" lazy_static = "0.2.1" [package.metadata.release] -no-dev-version = true \ No newline at end of file +no-dev-version = true