drivers/input/ps2d: Update to redox-scheme 0.8

This commit is contained in:
bjorn3
2025-12-13 13:04:52 +01:00
parent d27e7296fc
commit 9e91a930e5
2 changed files with 2 additions and 12 deletions
Generated
+1 -11
View File
@@ -1406,7 +1406,7 @@ dependencies = [
"libredox",
"log",
"orbclient",
"redox-scheme 0.6.2",
"redox-scheme 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_event",
"redox_syscall",
]
@@ -1641,16 +1641,6 @@ dependencies = [
"redox_syscall",
]
[[package]]
name = "redox-scheme"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c00025a04f76fdcf72c15f10c7a12d9f2fdde93e539be9a57d5d632c4158a9e"
dependencies = [
"libredox",
"redox_syscall",
]
[[package]]
name = "redox-scheme"
version = "0.8.2"
+1 -1
View File
@@ -9,7 +9,7 @@ log = "0.4"
orbclient = "0.3.27"
redox_event = "0.4.1"
redox_syscall = "0.5.10"
redox-scheme = "0.6.2"
redox-scheme = "0.8.2"
libredox = "0.1.3"
common = { path = "../../common" }