Updating dependencies

master
Ryan Summers 2021-03-02 17:00:11 +01:00
parent c2b00db9e9
commit 40c04c67c5
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -201,7 +201,7 @@ dependencies = [
[[package]]
name = "derive_miniconf"
version = "0.1.0"
source = "git+https://github.com/quartiq/miniconf.git?branch=rs/crate-scope-derive#dbd3dfb0ea79b7227c9f217849817601adfa4421"
source = "git+https://github.com/quartiq/miniconf.git?branch=develop#394d0634a9622e43a55850afc34eb4695ecababa"
dependencies = [
"proc-macro2",
"quote",
@ -402,7 +402,7 @@ dependencies = [
[[package]]
name = "miniconf"
version = "0.1.0"
source = "git+https://github.com/quartiq/miniconf.git?branch=rs/crate-scope-derive#dbd3dfb0ea79b7227c9f217849817601adfa4421"
source = "git+https://github.com/quartiq/miniconf.git?branch=develop#394d0634a9622e43a55850afc34eb4695ecababa"
dependencies = [
"derive_miniconf",
"heapless",
@ -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#18c277088d427a54b8fdb49f2755ffda2479bf3f"
source = "git+https://github.com/quartiq/minimq.git?branch=feature/optional-client-id#6777c669604fd1c8043742314159e9090ed4f115"
dependencies = [
"bit_field",
"embedded-nal",

View File

@ -50,7 +50,7 @@ generic-array = "0.14"
[patch.crates-io.miniconf]
git = "https://github.com/quartiq/miniconf.git"
branch = "rs/crate-scope-derive"
branch = "develop"
[patch.crates-io.minimq]
git = "https://github.com/quartiq/minimq.git"