Skip to content

Commit e3a6170

Browse files
committed
Bump versions
1 parent 807786a commit e3a6170

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

openxr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "openxr"
33
description = "High-level, mostly-safe OpenXR bindings"
44
repository = "https://github.com/Ralith/openxrs"
55
readme = "../README.md"
6-
version = "0.20.0"
6+
version = "0.21.0"
77
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
88
categories = ["api-bindings", "rendering"]
99
keywords = ["vr"]
@@ -21,7 +21,7 @@ mint = ["sys/mint"]
2121
default = ["loaded"]
2222

2323
[dependencies]
24-
sys = { package = "openxr-sys", path = "../sys", version = "0.12.0" }
24+
sys = { package = "openxr-sys", path = "../sys", version = "0.13.0" }
2525
libc = "0.2.50"
2626
libloading = { version = "0.9", optional = true }
2727

sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "openxr-sys"
33
description = "OpenXR FFI bindings"
44
repository = "https://github.com/Ralith/openxrs"
55
readme = "../README.md"
6-
version = "0.12.0"
6+
version = "0.13.0"
77
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
88
categories = ["external-ffi-bindings", "rendering"]
99
keywords = ["openxr", "vr"]

0 commit comments

Comments
 (0)