Use published git versions of everything
... | ... | @@ -6,8 +6,5 @@ edition = "2018" |
[dependencies] | ||
x86 = "0.7" | ||
# redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git" } | ||
# redox_syscall = { git = "https://gitlab.redox-os.org/jD91mZM2/syscall.git", branch = "ptrace" } | ||
redox_syscall = { path = "/home/user/redox-nix/redox/kernel/syscall" } | ||
# strace = { git = "https://gitlab.redox-os.org/redox-os/strace-redox", branch = "wip" } | ||
strace = { path = "/home/user/Coding/Rust/strace-redox" } | ||
redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git" } | ||
strace = { git = "https://gitlab.redox-os.org/redox-os/strace-redox", default-features = false } |
Please register or sign in to comment