From 0298e7891eb84c5c8d8ddf0f3fde7b9e84afb73a Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 1 Sep 2023 21:16:13 +0200 Subject: [PATCH] Use wakey fork on git.huizinga.dev instead of github.com --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba99912..321af23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1876,7 +1876,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "wakey" version = "0.3.0" -source = "git+https://github.com/DreadedX/wakey#a982950203aa56a93a7ba7a63062eccdd24046c5" +source = "git+https://git.huizinga.dev/Dreaded_X/wakey#a982950203aa56a93a7ba7a63062eccdd24046c5" dependencies = [ "arrayvec", "hex", diff --git a/Cargo.toml b/Cargo.toml index c9dc106..2f17989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ enum_dispatch = "0.3.12" indexmap = { version = "2.0.0", features = ["serde"] } [patch.crates-io] -wakey = { git = "https://github.com/DreadedX/wakey" } +wakey = { git = "https://git.huizinga.dev/Dreaded_X/wakey" } [profile.release] lto = true