Update redox-syscall to 0.5

This commit is contained in:
Jeremy Soller 2025-09-07 19:06:15 -06:00
parent 6e75b1ad7e
commit a3f77e251e
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -70,7 +70,7 @@ features = [
]
[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.4"
redox_syscall = "0.5"
[build-dependencies]
cfg_aliases = "0.2.0"