Use upstream rustix

Rustix 1.1.3 supports ioctls on Redox OS.
This commit is contained in:
bjorn3
2025-12-23 13:47:12 +01:00
parent 6c01349bf4
commit c6f564e651
2 changed files with 3 additions and 3 deletions
Generated
+3 -2
View File
@@ -1982,8 +1982,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
version = "1.1.2"
source = "git+https://github.com/jackpot51/rustix.git?branch=redox-ioctl#e7e66bc77455251463336582c0b97df01054ccb8"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
dependencies = [
"bitflags 2.10.0",
"errno",
-1
View File
@@ -89,7 +89,6 @@ redox_termios = "0.1.3"
[patch.crates-io]
# Rustix doesn't support ioctls on Redox OS
rustix = { git = "https://github.com/jackpot51/rustix.git", branch = "redox-ioctl" }
drm = { git = "https://github.com/Smithay/drm-rs.git" }
drm-sys = { git = "https://github.com/Smithay/drm-rs.git" }