From 7ff42adc9a9685a52d45d4469b7569a35afa7f51 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Thu, 25 Jul 2024 17:42:27 -0700 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 f6d48ac5..58a2e770 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.18.0" +version = "0.19.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.10.0" } +sys = { package = "openxr-sys", path = "../sys", version = "0.11.0" } libc = "0.2.50" libloading = { version = "0.8", optional = true } diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 7c1cd098..f2ea38b9 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.10.0" +version = "0.11.0" authors = ["Benjamin Saunders "] categories = ["external-ffi-bindings", "rendering"] keywords = ["openxr", "vr"]