From 258f60f4f05b2031d3dba077fe307e67b6cbe5b5 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Tue, 5 Sep 2023 04:00:49 +0200 Subject: [PATCH] Use forks on git.huizinga.dev instead of local --- Cargo.lock | 2 ++ Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6047d6..9c580aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,6 +1106,7 @@ checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" [[package]] name = "nourl" version = "0.1.1" +source = "git+https://git.huizinga.dev/Dreaded_X/nourl#52d92f804d06f9d4745bf83e4b9201cbd825b481" dependencies = [ "defmt", ] @@ -1455,6 +1456,7 @@ dependencies = [ [[package]] name = "rust-mqtt" version = "0.1.5" +source = "git+https://git.huizinga.dev/Dreaded_X/rust-mqtt#a040fef484227697a7b3bfa45f990a84d2c47c61" dependencies = [ "defmt", "embedded-io-async", diff --git a/Cargo.toml b/Cargo.toml index 264210d..a1d257c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,8 +90,8 @@ embassy-futures = { git = "https://github.com/embassy-rs/embassy" } embassy-boot-rp = { git = "https://github.com/embassy-rs/embassy" } -rust-mqtt = { path = "../rust-mqtt" } -nourl = { path = "../nourl" } +rust-mqtt = { git = "https://git.huizinga.dev/Dreaded_X/rust-mqtt" } +nourl = { git = "https://git.huizinga.dev/Dreaded_X/nourl" } [build-dependencies] dotenvy = "0.15"