drivers/inputd: Update to redox-scheme 0.8

This commit is contained in:
bjorn3
2025-12-13 13:02:44 +01:00
parent bab2bc052e
commit f329988b9d
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1000,7 +1000,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_syscall",
]
+1 -1
View File
@@ -13,4 +13,4 @@ libredox = "0.1.3"
common = { path = "../common" }
daemon = { path = "../../daemon" }
redox-scheme = "0.6.2"
redox-scheme = "0.8.2"