fix(cargo.toml): version bump

This commit is contained in:
Nova
2022-10-03 17:51:11 -04:00
parent 826e9cb028
commit 8d93353b38

View File

@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "stardust-xr-server"
version = "0.10.0"
version = "0.10.1"
authors = ["Nova King <technobaboo@proton.me>"]
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"