From c920896b60bc47e1e058fe76c0e14f31967bc728 Mon Sep 17 00:00:00 2001 From: Fenrir Date: Tue, 18 Oct 2022 19:33:48 -0600 Subject: [PATCH] Use ctru-sys from rust3ds --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2785b89..b184172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ license = "MIT/Apache 2.0" edition = "2018" [dependencies] -ctru-sys = { git = "https://github.com/Meziu/ctru-rs.git" } +ctru-sys = { git = "https://github.com/rust3ds/ctru-rs.git" } libc = "0.2.126"