Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Sep 25, 2022
1 parent 7c213df commit a6a7d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "openxr"
description = "High-level, mostly-safe OpenXR bindings"
repository = "https://github.com/Ralith/openxrs"
readme = "../README.md"
version = "0.16.0"
version = "0.17.0"
authors = ["Benjamin Saunders <[email protected]>"]
categories = ["api-bindings", "rendering"]
keywords = ["vr"]
Expand All @@ -21,7 +21,7 @@ mint = ["sys/mint"]
default = ["loaded"]

[dependencies]
sys = { package = "openxr-sys", path = "../sys", version = "0.9.1" }
sys = { package = "openxr-sys", path = "../sys", version = "0.9.2" }
libc = "0.2.50"
libloading = { version = "0.7", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "openxr-sys"
description = "OpenXR FFI bindings"
repository = "https://github.com/Ralith/openxrs"
readme = "../README.md"
version = "0.9.1"
version = "0.9.2"
authors = ["Benjamin Saunders <[email protected]>"]
categories = ["external-ffi-bindings", "rendering"]
keywords = ["openxr", "vr"]
Expand Down

0 comments on commit a6a7d9c

Please sign in to comment.