From 42c1f97ffc3d015971356966f99d70187de86710 Mon Sep 17 00:00:00 2001 From: maik klein Date: Thu, 5 Jan 2017 09:45:46 +0100 Subject: [PATCH] Bump version to 0.13 --- Cargo.toml | 2 +- examples/Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7994b0d..96963a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.12.0" +version = "0.13.0" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT" diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 36abfea..6774eb4 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -2,7 +2,7 @@ name = "examples" version = "0.1.0" dependencies = [ - "ash 0.12.0", + "ash 0.13.0", "image 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -16,7 +16,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ash" -version = "0.12.0" +version = "0.13.0" dependencies = [ "lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",