Update rustix to 1.x
We have both in the dependency tree now, so may as well update here.
This commit is contained in:
parent
d62ff0101d
commit
2f8f689cfd
3 changed files with 6 additions and 6 deletions
|
|
@ -31,7 +31,7 @@ itertools = "0.14.0"
|
|||
log = "0.4.20"
|
||||
i18n-embed-fl = "0.9.0"
|
||||
rust-embed = "8.1.0"
|
||||
rustix = { version = "0.38.30", features = ["fs"] }
|
||||
rustix = { version = "1.0.7", features = ["fs", "shm"] }
|
||||
calloop-wayland-source = "0.4.0"
|
||||
aliasable = "0.1.3"
|
||||
futures-executor = { version = "0.3.31", features = ["thread-pool"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue