diff --git a/Cargo.toml b/Cargo.toml index 95b7cd34027537fafe5cadafe901418b64fe0252..0b5c34cd95c7cc570a38b5183c9cdf562b76788a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,4 +66,4 @@ panic = "abort" [patch.crates-io] termion = { git = "https://gitlab.redox-os.org/redox-os/termion" } liner = { git = "https://gitlab.redox-os.org/redox-os/liner" } -redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git", branch = "relibc" } +redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git" } diff --git a/members/sys/Cargo.toml b/members/sys/Cargo.toml index b8ac096ada7a9b0354204f89fce25e9ae404eb75..2b62e150a6b2d56035b4e9b21a3250aff17e467b 100644 --- a/members/sys/Cargo.toml +++ b/members/sys/Cargo.toml @@ -11,7 +11,7 @@ libc = "0.2" users = "0.8.1" [target."cfg(target_os = \"redox\")".dependencies] -redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git", branch = "relibc" } +redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git" } [target."cfg(target_os = \"dragonfly\")".dependencies]