From df191603dda129317a971591e4609f113559bd02 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 8 Sep 2023 00:57:02 +0200 Subject: [PATCH] Added some notes on forked crates --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 671dd93..76a046c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,9 +96,12 @@ embassy-futures = { git = "https://github.com/embassy-rs/embassy" } embassy-boot-rp = { git = "https://github.com/embassy-rs/embassy" } embassy-boot = { git = "https://github.com/embassy-rs/embassy" } +# Updated to embedded-io 0.5.0 rust-mqtt = { git = "https://git.huizinga.dev/Dreaded_X/rust-mqtt" } +# Make mqtt:// and mqtts:// actually work nourl = { git = "https://git.huizinga.dev/Dreaded_X/nourl" } +# Waiting for this to get updated to embedded-io 0.5 properly reqwless = { path = "../reqwless" } [build-dependencies]