From c132988a9a102673382e5a7ed292e69cc81e9e3f Mon Sep 17 00:00:00 2001 From: Meziu <55318903+Meziu@users.noreply.github.com> Date: Wed, 19 Oct 2022 07:42:19 +0200 Subject: [PATCH] Change repository link for ctru-sys --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7df95aa..233d6e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] libc = "0.2.116" -ctru-sys = { git = "https://github.com/Meziu/ctru-rs.git" } +ctru-sys = { git = "https://github.com/rust3ds/ctru-rs.git" } spin = { version = "0.9", default-features = false, features = ["rwlock", "std"] } -static_assertions = "1.0" \ No newline at end of file +static_assertions = "1.0"