Use master branch of strace-redox
... | @@ -7,5 +7,5 @@ edition = "2018" | ... | @@ -7,5 +7,5 @@ edition = "2018" |
[dependencies] | [dependencies] | ||
x86 = "0.7" | x86 = "0.7" | ||
redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git" } | redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git" } | ||
strace = { git = "https://gitlab.redox-os.org/redox-os/strace-redox", branch = "wip", default-features = false } | strace = { git = "https://gitlab.redox-os.org/redox-os/strace-redox", default-features = false } | ||
#strace = { path = "../../strace/source", default-features = false } | #strace = { path = "../../strace/source", default-features = false } |
Please register or sign in to comment