Bump rustix to 1.0.0

This commit is contained in:
Kirill Chibisov
2025-05-27 16:31:11 +09:00
committed by GitHub
parent e542a78deb
commit 969237f422
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ ahash.workspace = true
calloop.workspace = true
libc.workspace = true
memmap2.workspace = true
rustix = { workspace = true, features = ["std", "system", "thread", "process"] }
rustix = { workspace = true, features = ["std", "system", "thread", "process", "event", "pipe"] }
sctk.workspace = true
sctk-adwaita = { workspace = true, optional = true }
wayland-backend.workspace = true