Update to support latest Redox toolchain
... | ... | @@ -17,7 +17,7 @@ crate-type = ["staticlib"] |
[dependencies] | ||
linked_list_allocator = "0.9.1" | ||
log = "0.4.14" | ||
redox_syscall = "0.2.10" | ||
redox_syscall = "0.2.13" | ||
spin = "0.9.2" | ||
[dependencies.redoxfs] | ||
... | ... |
Please register or sign in to comment