diff --git a/miniconf_mqtt/Cargo.toml b/miniconf_mqtt/Cargo.toml index e5f8e034..0d85452f 100644 --- a/miniconf_mqtt/Cargo.toml +++ b/miniconf_mqtt/Cargo.toml @@ -26,7 +26,7 @@ name = "mqtt" [dev-dependencies] machine = "0.3" env_logger = "0.11" -std-embedded-nal = { git = "https://gitlab.com/ryan-summers/std-embedded-nal", branch = "feature/0.8" } +std-embedded-nal = "0.3" tokio = { version = "1.9", features = ["rt-multi-thread", "time", "macros"] } std-embedded-time = "0.1" miniconf = { features = ["json-core", "derive"], path = "../miniconf" }