From c90b6f463ef247bada32adc5fdc7c7eb87746d0a Mon Sep 17 00:00:00 2001 From: Graham Wihlidal Date: Sat, 16 Nov 2019 12:43:26 -0700 Subject: [PATCH] Update version to 0.2.0 --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7bb628b..1599c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vk-mem" -version = "0.1.9" +version = "0.2.0" authors = ["Graham Wihlidal "] description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)" homepage = "https://github.com/gwihlidal/vk-mem-rs" @@ -34,7 +34,7 @@ bitflags = "1.2.1" failure = { version = "0.1.6", optional = true } [build-dependencies] -cc = "1.0.46" +cc = "1.0.47" [build-dependencies.bindgen] version = "0.51.1" diff --git a/README.md b/README.md index 4843a87..40b6429 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -vk-mem = "0.1.9" +vk-mem = "0.2.0" ``` and add this to your crate root: