Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Nov 16, 2019
1 parent 0e193dd commit c90b6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vk-mem"
version = "0.1.9"
version = "0.2.0"
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 @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c90b6f4

Please sign in to comment.