ramfs: Update to redox-scheme 0.8
This commit is contained in:
Generated
+1
-1
@@ -1451,7 +1451,7 @@ dependencies = [
|
||||
"daemon",
|
||||
"indexmap",
|
||||
"libredox",
|
||||
"redox-scheme 0.5.0",
|
||||
"redox-scheme 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"redox_syscall",
|
||||
"slab",
|
||||
]
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ description = "In-memory filesystem for Redox, which is useful for early logging
|
||||
[dependencies]
|
||||
daemon = { path = "../daemon" }
|
||||
redox_syscall = "0.5.10"
|
||||
redox-scheme = "0.5"
|
||||
redox-scheme = "0.8.2"
|
||||
libredox = "0.1.3"
|
||||
indexmap = "2.5.0"
|
||||
slab = "0.4.9"
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ fn daemon(daemon: daemon::Daemon) -> ! {
|
||||
let response = call.handle_sync(&mut scheme);
|
||||
|
||||
socket
|
||||
.write_responses(&[response], SignalBehavior::Restart)
|
||||
.write_response(response, SignalBehavior::Restart)
|
||||
.expect("ramfs: failed to write next scheme response");
|
||||
}
|
||||
RequestKind::OnClose { id } => {
|
||||
|
||||
Reference in New Issue
Block a user