Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Jul 26, 2024
1 parent d398915 commit 7ff42ad
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.18.0"
version = "0.19.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.10.0" }
sys = { package = "openxr-sys", path = "../sys", version = "0.11.0" }
libc = "0.2.50"
libloading = { version = "0.8", 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.10.0"
version = "0.11.0"
authors = ["Benjamin Saunders <[email protected]>"]
categories = ["external-ffi-bindings", "rendering"]
keywords = ["openxr", "vr"]
Expand Down

0 comments on commit 7ff42ad

Please sign in to comment.