update libredox dependency for hwd

This commit is contained in:
auronandace
2026-03-22 08:07:48 +00:00
parent bd484c51a7
commit 1151ec36a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ drm = "0.14.2"
drm-sys = "0.8.1"
libc = "0.2.181"
log = "0.4"
libredox = "0.1.14"
libredox = "0.1.14" # remember to keep hwd in sync
orbclient = "0.3.51"
redox_event = "0.4.6"
redox-ioctl = { git = "https://gitlab.redox-os.org/redox-os/relibc.git" }
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
fdt = "0.1.5"
log.workspace = true
ron = "0.8.1"
libredox = { version = "0.1.12", default-features = false, features = ["std", "call"] }
libredox = { version = "0.1.14", default-features = false, features = ["std", "call"] }
amlserde = { path = "../amlserde" }
common = { path = "../common" }