From 937f1dfd10240093f8d6d4696dc95730fe8f578e Mon Sep 17 00:00:00 2001 From: xenua Date: Tue, 16 Apr 2024 14:45:02 +0200 Subject: [PATCH] fork: update refs --- Cargo.toml | 2 +- ctru-rs/Cargo.toml | 8 ++++---- ctru-sys/Cargo.toml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d88e137..dcb1334 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["ctru-rs", "ctru-sys"] default-members = ["ctru-rs", "ctru-sys"] resolver = "2" -[patch.'https://github.com/rust3ds/ctru-rs'] +[patch.'https://git.xenua.me/rust3ds/ctru-rs'] # Make sure all dependencies use the local packages. This is needed for things # like pthread-3ds that rely on ctru-sys, and test-runner which relies on ctru-rs ctru-rs = { path = "ctru-rs" } diff --git a/ctru-rs/Cargo.toml b/ctru-rs/Cargo.toml index 9583c21..b8f09f5 100644 --- a/ctru-rs/Cargo.toml +++ b/ctru-rs/Cargo.toml @@ -3,7 +3,7 @@ name = "ctru-rs" version = "0.7.1" authors = ["Rust3DS Org", "Ronald Kinard "] description = "A safe wrapper around libctru" -repository = "https://github.com/rust3ds/ctru-rs" +repository = "https://git.xenua.me/rust3ds/ctru-rs" documentation = "https://rust3ds.github.io/ctru-rs/crates/ctru" keywords = ["3ds", "libctru"] categories = ["os", "api-bindings", "hardware-support"] @@ -20,8 +20,8 @@ name = "ctru" cfg-if = "1.0" ctru-sys = { path = "../ctru-sys", version = "0.5.0" } const-zero = "0.1.0" -shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git" } -pthread-3ds = { git = "https://github.com/rust3ds/pthread-3ds.git" } +shim-3ds = { git = "https://git.xenua.me/rust3ds/shim-3ds.git" } +pthread-3ds = { git = "https://git.xenua.me/rust3ds/pthread-3ds.git" } libc = "0.2.121" bitflags = "2.3.3" macaddr = "1.0.1" @@ -36,7 +36,7 @@ cfg-if = "1.0.0" ferris-says = "0.2.1" futures = "0.3" lewton = "0.10.2" -test-runner = { git = "https://github.com/rust3ds/test-runner.git" } +test-runner = { git = "https://git.xenua.me/rust3ds/test-runner.git" } time = "0.3.7" tokio = { version = "1.16", features = ["rt", "time", "sync", "macros"] } diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml index 1e2c303..0ec5e52 100644 --- a/ctru-sys/Cargo.toml +++ b/ctru-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "ctru-sys" version = "0.5.0" authors = ["Rust3DS Org", "Ronald Kinard "] description = "Raw bindings to libctru" -repository = "https://github.com/rust3ds/ctru-rs" +repository = "https://git.xenua.me/rust3ds/ctru-rs" documentation = "https://rust3ds.github.io/ctru-rs/crates/ctru_sys" keywords = ["3ds", "libctru"] categories = ["os", "external-ffi-bindings", "no-std", "hardware-support"] @@ -23,8 +23,8 @@ itertools = "0.11.0" which = "4.4.0" [dev-dependencies] -shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git" } -test-runner = { git = "https://github.com/rust3ds/test-runner.git" } +shim-3ds = { git = "https://git.xenua.me/rust3ds/shim-3ds.git" } +test-runner = { git = "https://git.xenua.me/rust3ds/test-runner.git" } [package.metadata.docs.rs] default-target = "armv6k-nintendo-3ds"