From a49f42a7e3f951cf05426332ee8ffa9636485a97 Mon Sep 17 00:00:00 2001 From: maik klein Date: Wed, 28 Dec 2016 05:15:38 +0100 Subject: [PATCH] bump minior version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c6e2b1..8c029ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.3.0" +version = "0.3.1" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"