Use forks on git.huizinga.dev instead of local

This commit is contained in:
Dreaded_X 2023-09-05 04:00:49 +02:00
parent 5cce3e78aa
commit 258f60f4f0
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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"