dep: bump xcb to 1.6.0
switch from the deprecated API we found unsoundness in to the one introduced in 1.6.0
This commit is contained in:
parent
388d291e82
commit
d759c64681
4 changed files with 6 additions and 12 deletions
|
|
@ -28,7 +28,7 @@ rustix = { workspace = true, features = ["event"] }
|
|||
wayland-client.workspace = true
|
||||
wayland-protocols = { workspace = true, features = ["client", "server", "staging", "unstable"] }
|
||||
wayland-server.workspace = true
|
||||
xcb = { version = "1.3.0", features = ["composite", "randr", "res"] }
|
||||
xcb = { version = "1.6.0", features = ["composite", "randr", "res"] }
|
||||
wl_drm = { path = "wl_drm" }
|
||||
log = "0.4.21"
|
||||
env_logger = "0.11.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue