From 9d9d51ddeb256234744e07bb0373e1ffb24e46da Mon Sep 17 00:00:00 2001 From: Nova Date: Wed, 12 Oct 2022 07:30:52 -0400 Subject: [PATCH] fix(cargo.toml): upgrade core and schemas --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b88e67..fa118e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.2" -stardust-xr-schemas = "0.2.0" +stardust-xr = "0.4.0" +stardust-xr-schemas = "1.0.0" wayland-backend = "=0.1.0-beta.9" wayland-scanner = "=0.30.0-beta.9" directories = "4.0.1"