From 6f1532c2a3899ca011a091d9179bc3dce0ac737d Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Tue, 2 Mar 2021 17:11:19 +0100 Subject: [PATCH] Updating dependencies --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c98a179..2ee26be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "minimq" version = "0.2.0" -source = "git+https://github.com/quartiq/minimq.git?branch=feature/optional-client-id#6777c669604fd1c8043742314159e9090ed4f115" +source = "git+https://github.com/quartiq/minimq.git?branch=master#a89a6f11d0d1f63114fb15f676022eb4fe904f56" dependencies = [ "bit_field", "embedded-nal", diff --git a/Cargo.toml b/Cargo.toml index 2e36f38..3411b48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ branch = "develop" [patch.crates-io.minimq] git = "https://github.com/quartiq/minimq.git" -branch = "feature/optional-client-id" +branch = "master" [patch.crates-io.serde-json-core] git = "https://github.com/rust-embedded-community/serde-json-core.git"