Skip to content

Commit

Permalink
Updated dependencies and bumped crate to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Oct 30, 2019
1 parent ee9f789 commit 77e9561
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vk-mem"
version = "0.1.8"
version = "0.1.9"
authors = ["Graham Wihlidal <[email protected]>"]
description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)"
homepage = "https://github.com/gwihlidal/vk-mem-rs"
Expand Down Expand Up @@ -30,14 +30,14 @@ maintenance = { status = "actively-developed" }

[dependencies]
ash = ">= 0.27.1"
bitflags = "1.1.0"
failure = { version = "0.1.5", optional = true }
bitflags = "1.2.1"
failure = { version = "0.1.6", optional = true }

[build-dependencies]
cc = "1.0.37"
cc = "1.0.46"

[build-dependencies.bindgen]
version = "0.50.0"
version = "0.51.1"
optional = true

[profile.release]
Expand Down

0 comments on commit 77e9561

Please sign in to comment.