Skip to content

Commit

Permalink
Published v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Mar 12, 2019
1 parent 74e54b0 commit 72913bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vk-mem"
version = "0.1.4"
version = "0.1.5"
authors = ["Graham Wihlidal <graham@wihlidal.ca>"]
description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)"
homepage = "https://github.com/gwihlidal/vk-mem-rs"
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.4"
vk-mem = "0.1.5"
```

and add this to your crate root:
Expand Down

0 comments on commit 72913bc

Please sign in to comment.