From 816795e3c723bd768ce85b8b11aec8a4df38f17e Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Fri, 23 Feb 2024 12:49:10 -0800 Subject: [PATCH] Bump versions --- openxr/Cargo.toml | 4 ++-- sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openxr/Cargo.toml b/openxr/Cargo.toml index 9db01b34..f6a2f77f 100644 --- a/openxr/Cargo.toml +++ b/openxr/Cargo.toml @@ -3,7 +3,7 @@ name = "openxr" description = "High-level, mostly-safe OpenXR bindings" repository = "https://github.com/Ralith/openxrs" readme = "../README.md" -version = "0.17.1" +version = "0.18.0" authors = ["Benjamin Saunders "] categories = ["api-bindings", "rendering"] keywords = ["vr"] @@ -21,7 +21,7 @@ mint = ["sys/mint"] default = ["loaded"] [dependencies] -sys = { package = "openxr-sys", path = "../sys", version = "0.9.3" } +sys = { package = "openxr-sys", path = "../sys", version = "0.10.0" } libc = "0.2.50" libloading = { version = "0.8", optional = true } diff --git a/sys/Cargo.toml b/sys/Cargo.toml index c2fb8acf..7c1cd098 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -3,7 +3,7 @@ name = "openxr-sys" description = "OpenXR FFI bindings" repository = "https://github.com/Ralith/openxrs" readme = "../README.md" -version = "0.9.3" +version = "0.10.0" authors = ["Benjamin Saunders "] categories = ["external-ffi-bindings", "rendering"] keywords = ["openxr", "vr"]