Added some notes on forked crates
This commit is contained in:
parent
77eba3071d
commit
df191603dd
|
@ -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-rp = { git = "https://github.com/embassy-rs/embassy" }
|
||||||
embassy-boot = { 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" }
|
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" }
|
nourl = { git = "https://git.huizinga.dev/Dreaded_X/nourl" }
|
||||||
|
|
||||||
|
# Waiting for this to get updated to embedded-io 0.5 properly
|
||||||
reqwless = { path = "../reqwless" }
|
reqwless = { path = "../reqwless" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user