Updating dependencies

master
Ryan Summers 2021-03-02 17:11:19 +01:00
parent 4358d07dab
commit 6f1532c2a3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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"