Add redoxfs 0.5 dependency
... | ... | @@ -11,3 +11,8 @@ crate-type = ["staticlib"] |
[dependencies] | ||
linked_list_allocator = "0.9.0" | ||
[dependencies.redoxfs] | ||
git = "https://gitlab.redox-os.org/redox-os/redoxfs.git" | ||
branch = "0.5.0" | ||
default-features = false |
Please register or sign in to comment