diff --git a/Cargo.toml b/Cargo.toml index 2686a86901..0dfafbe8a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ toml = "0.8.11" ioslice = "0.6" [target.'cfg(target_os = "redox")'.dependencies] -redox-rt = { git = "https://gitlab.redox-os.org/redox-os/relibc", default-features = false } +redox-rt = { path = "../relibc/redox-rt", default-features = false } [patch.crates-io] redox_syscall = { path = "../syscall" }