deps: Update to wayland-rs-0.30-beta.7

This commit is contained in:
Victoria Brekenfeld 2022-07-04 10:35:38 +00:00
parent 0deca3d25b
commit 1b99d84285
3 changed files with 8 additions and 8 deletions

View file

@ -530,7 +530,7 @@ jobs:
with:
command: doc
# TODO: Update nix when drm-rs is updated
args: --no-deps --features "test_all_features" -p smithay -p calloop:0.10.1 -p dbus -p drm -p gbm -p input -p nix:0.22.3 -p udev -p slog -p wayland-server:0.30.0-beta.5 -p wayland-backend -p wayland-protocols:0.30.0-beta.5 -p winit -p x11rb
args: --no-deps --features "test_all_features" -p smithay -p calloop:0.10.1 -p dbus -p drm -p gbm -p input -p nix:0.22.3 -p udev -p slog -p wayland-server:0.30.0-beta.7 -p wayland-backend -p wayland-protocols:0.30.0-beta.7 -p winit -p x11rb
- name: Setup index
run: cp ./doc_index.html ./target/doc/index.html

View file

@ -47,12 +47,12 @@ slog-stdlog = { version = "4", optional = true }
tempfile = { version = "3.0", optional = true }
thiserror = "1.0.25"
udev = { version = "0.6", optional = true }
wayland-egl = { version = "=0.30.0-beta.5", optional = true }
wayland-protocols = { version = "=0.30.0-beta.5", features = ["unstable", "staging", "server"], optional = true }
wayland-protocols-wlr = { version = "=0.1.0-beta.5", features = ["server"]}
wayland-server = { version = "=0.30.0-beta.5", optional = true }
wayland-sys = { version = "=0.30.0-beta.5", optional = true }
wayland-backend = { version = "=0.1.0-beta.5", optional = true }
wayland-egl = { version = "=0.30.0-beta.7", optional = true }
wayland-protocols = { version = "=0.30.0-beta.7", features = ["unstable", "staging", "server"], optional = true }
wayland-protocols-wlr = { version = "=0.1.0-beta.7", features = ["server"]}
wayland-server = { version = "=0.30.0-beta.7", optional = true }
wayland-sys = { version = "=0.30.0-beta.7", optional = true }
wayland-backend = { version = "=0.1.0-beta.7", optional = true }
winit = { version = "0.26", optional = true }
x11rb = { version = "0.10.0", optional = true }
xkbcommon = "0.4.0"

View file

@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
smithay = { path = "..", default-features=false, features=["wayland_frontend", "use_system_lib"] }
anvil = { path = "../anvil", default-features=false }
wayland-sys = { version = "=0.30.0-beta.5", features = ["client", "server"] }
wayland-sys = { version = "=0.30.0-beta.7", features = ["client", "server"] }
libc = "0.2"
memoffset = "0.6"
slog = "2.0"