diff --git a/test-runner/Cargo.toml b/test-runner/Cargo.toml index 4955033..68bbb13 100644 --- a/test-runner/Cargo.toml +++ b/test-runner/Cargo.toml @@ -9,10 +9,10 @@ gdb = [] socket = [] [dependencies] -ctru-rs = { git = "https://github.com/rust3ds/ctru-rs" } -ctru-sys = { git = "https://github.com/rust3ds/ctru-rs" } +ctru-rs = { git = "https://git.xenua.me/rust3ds/ctru-rs.git" } +ctru-sys = { git = "https://git.xenua.me/rust3ds/ctru-rs.git" } libc = "0.2.147" # Future-proofing for a rename + org move: -[patch."https://github.com/rust3ds/test-runner"] +[patch."https://git.xenua.me/rust3ds/test-runner"] test-runner = { path = "." }