Browse Source

fork: update refs

main
xenua 1 month ago
parent
commit
7b12b5fe79
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 6
      test-runner/Cargo.toml

6
test-runner/Cargo.toml

@ -9,10 +9,10 @@ gdb = [] @@ -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 = "." }

Loading…
Cancel
Save