Skip to content

Commit

Permalink
Updated ash to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Jun 1, 2019
1 parent c8c16db commit 809556a
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-sync"
version = "0.1.4"
version = "0.1.5"
license = "MIT/Apache-2.0"
authors = ["Graham Wihlidal <graham@wihlidal.ca>"]
homepage = "https://github.com/gwihlidal/vk-sync-rs"
Expand All @@ -27,7 +27,7 @@ name = "vk_sync"
path = "src/lib.rs"

[dependencies]
ash = { version = "0.26", optional = true }
ash = { version = "0.29", optional = true }

[features]
default = ["ash_bind"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
vk-sync = "0.1.4"
vk-sync = "0.1.5"
```

and this to your crate root:
Expand Down

0 comments on commit 809556a

Please sign in to comment.