fix: use local path deps for redox_syscall

This commit is contained in:
Red Bear OS
2026-07-05 23:54:34 +03:00
parent e7bc6a56dc
commit 6c3c312819
+4 -1
View File
@@ -19,7 +19,7 @@ crate-type = ["staticlib"]
bitflags = "1.3.2"
linked_list_allocator = "0.10.5"
log = "0.4.17"
redox_syscall = "0.5"
redox_syscall = { path = "../syscall" }
spin = "0.9.5"
[dependencies.redoxfs]
@@ -51,3 +51,6 @@ default = []
live = []
serial_debug = []
[patch.crates-io]
redox_syscall = { path = "../syscall" }