From 45060754fde84b9217cb313dfb50a96b126393f0 Mon Sep 17 00:00:00 2001 From: mwojcik Date: Tue, 25 Jan 2022 10:04:22 +0800 Subject: [PATCH] cargo: restore minimq to original form --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1764b8..4b27d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ stm32h7xx-hal = {version = "0.7.1", features = [ "stm32h743v", "rt", "unproven", smoltcp = { version = "0.6.0", default-features = false, features = [ "ethernet", "proto-ipv4", "proto-ipv6", "socket-tcp" ] } nb = "1.0.0" embedded-nal = "0.1.0" -minimq = { git = "https://github.com/quartiq/minimq.git", branch="master" } +minimq = { git = "https://github.com/quartiq/minimq.git", branch = "master" } heapless = "0.5.6" nom = { version = "5.1.2", default-features = false, features = [] } ryu = "1.0"