fix in-house crate deps: redox-driver-sys and linux-kpi to 0.3

This commit is contained in:
2026-07-08 19:19:41 +03:00
parent c4a742952e
commit 44ef5f76c2
2 changed files with 3 additions and 3 deletions
@@ -5,8 +5,8 @@ edition = "2021"
description = "DRM scheme daemon for Redox OS — provides GPU modesetting and buffer management"
[dependencies]
redox-driver-sys = { version = "0.2", path = "../../../drivers/redox-driver-sys/source" }
linux-kpi = { version = "0.2", path = "../../../drivers/linux-kpi/source" }
redox-driver-sys = { version = "0.3", path = "../../../drivers/redox-driver-sys/source" }
linux-kpi = { version = "0.3", path = "../../../drivers/linux-kpi/source" }
libredox = { path = "../../../../../local/sources/libredox" }
redox_syscall = { path = "../../../../../local/sources/syscall", features = ["std"] }
syscall04 = { package = "redox_syscall", version = "0.4" }
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.3.0"
edition = "2021"
[dependencies]
redox-driver-sys = { version = "0.2", path = "../../../drivers/redox-driver-sys/source" }
redox-driver-sys = { version = "0.3", path = "../../../drivers/redox-driver-sys/source" }
redox-scheme = { path = "../../../../../local/sources/redox-scheme" }
syscall = { path = "../../../../../local/sources/syscall", package = "redox_syscall" }
log = { version = "0.4", features = ["std"] }