From 6e02c67a9f725d44308d3a6b0781d3969fa4e353 Mon Sep 17 00:00:00 2001 From: xenua Date: Tue, 16 Apr 2024 14:37:38 +0200 Subject: [PATCH] fork: update refs --- Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3bbae01..bbca54b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,15 @@ [package] name = "pthread-3ds" -authors = [ "Rust3DS Org", "Andrea Ciliberti " ] +authors = ["Rust3DS Org", "Andrea Ciliberti "] version = "0.1.0" license = "MIT OR Apache-2.0" edition = "2021" [dependencies] libc = "0.2.116" -ctru-sys = { git = "https://github.com/rust3ds/ctru-rs.git" } -spin = { version = "0.9", default-features = false, features = ["rwlock", "std"] } +ctru-sys = { git = "https://git.xenua.me/rust3ds/ctru-rs.git" } +spin = { version = "0.9", default-features = false, features = [ + "rwlock", + "std", +] } static_assertions = "1.0"