From 8d93353b38c9eb86f5431ca6d68cc8ff39dad104 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 3 Oct 2022 17:51:11 -0400 Subject: [PATCH] fix(cargo.toml): version bump --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c45f0ea..f2e5789 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "stardust-xr-server" -version = "0.10.0" +version = "0.10.1" authors = ["Nova King "] description = "Stardust XR reference display server" license = "GPLv2" @@ -32,8 +32,8 @@ prisma = "0.1.1" slog = "2.7.0" slog-stdlog = "4.1.1" xkbcommon = { version = "0.5.0", default-features = false } -stardust-xr = "0.3.1" -stardust-xr-schemas = "0.1.1" +stardust-xr = "0.3.2" +stardust-xr-schemas = "0.2.0" wayland-backend = "=0.1.0-beta.9" wayland-scanner = "=0.30.0-beta.9" directories = "4.0.1"