deps: Pin wayland-rs beta version

This commit is contained in:
Victoria Brekenfeld 2022-07-15 17:28:51 +02:00
parent 7bf7aea06d
commit f3881b6c3b
2 changed files with 15 additions and 15 deletions

View file

@ -29,8 +29,8 @@ xdg = "^2.1"
ron = "0.7"
atomic_float = "0.1"
libsystemd = "0.5"
wayland-backend = "0.1.0-beta.7"
wayland-scanner = "0.30.0-beta.7"
wayland-backend = "=0.1.0-beta.7"
wayland-scanner = "=0.30.0-beta.7"
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", branch = "main" }
[dependencies.smithay]