fix: properly specify subprojects' required features

This commit is contained in:
En-En 2025-08-27 12:42:12 +00:00 committed by Supreeeme
parent 8b74001a13
commit bb044a88c6
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
workspace = true
[dependencies]
wayland-protocols = { workspace = true, features = ["server", "unstable"] }
wayland-protocols = { workspace = true, features = ["server", "staging", "unstable"] }
wayland-server.workspace = true
wl_drm = { path = "../wl_drm" }
rustix = { workspace = true, features = ["pipe"] }