From 8dd2f6ebd311e75f180a66d89775f870ea194cd4 Mon Sep 17 00:00:00 2001 From: AzureMarker Date: Tue, 28 Dec 2021 13:59:43 -0500 Subject: [PATCH] Update dependency reference after linker-fix-3ds PR merged --- ctru-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml index 93dbc4f..7a0a205 100644 --- a/ctru-sys/Cargo.toml +++ b/ctru-sys/Cargo.toml @@ -6,4 +6,4 @@ license = "https://en.wikipedia.org/wiki/Zlib_License" [dependencies] libc = { version = "0.2", default-features = false } -linker-fix-3ds = { git = "https://github.com/AzureMarker/rust-linker-fix-3ds.git" } +linker-fix-3ds = { git = "https://github.com/Meziu/rust-linker-fix-3ds.git" }