Skip to content

Commit

Permalink
Bump version of ash-window
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikKlein committed Mar 7, 2021
1 parent 41ff55d commit 9662364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ash-window/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ash-window"
version = "0.5.0"
version = "0.6.0"
authors = ["msiglreith <m.siglreith@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -14,7 +14,7 @@ exclude = [".github/*"]
workspace = ".."

[dependencies]
ash = { path = "../ash", version = "0.31" }
ash = { path = "../ash", version = "0.32" }
raw-window-handle = "0.3"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
Expand Down

0 comments on commit 9662364

Please sign in to comment.