forked from M-Labs/thermostat
update dependencies
This commit is contained in:
parent
7a28cb1cd4
commit
dc41473493
|
@ -394,7 +394,8 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sfkv"
|
name = "sfkv"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://git.m-labs.hk/m-labs/sfkv.git#08262fc3e943dab8c6faa112dc313c9a245fce03"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "25f5bfac3f66a7c10a6f37ee81aeaa471f4d35dc21665b59ad7c555adcb9e8aa"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"postcard",
|
"postcard",
|
||||||
|
@ -446,7 +447,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stm32f4xx-hal"
|
name = "stm32f4xx-hal"
|
||||||
version = "0.8.3"
|
version = "0.8.3"
|
||||||
source = "git+https://github.com/astro/stm32f4xx-hal.git?branch=flash#45d804dce0cd72733767b4647ab9369a2f169a70"
|
source = "git+https://github.com/astro/stm32f4xx-hal.git?branch=flash#9171ef176a90b1177f350fe2bc1eac625769a041"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bare-metal 0.2.5",
|
"bare-metal 0.2.5",
|
||||||
"cast",
|
"cast",
|
||||||
|
|
|
@ -36,7 +36,7 @@ eeprom24x = "0.3"
|
||||||
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
||||||
heapless = "0.5"
|
heapless = "0.5"
|
||||||
serde-json-core = "0.1"
|
serde-json-core = "0.1"
|
||||||
sfkv = { git = "https://git.m-labs.hk/m-labs/sfkv.git" }
|
sfkv = "0.1"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
# TODO: pending https://github.com/stm32-rs/stm32f4xx-hal/pull/239
|
# TODO: pending https://github.com/stm32-rs/stm32f4xx-hal/pull/239
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"0nzkn048pis1dbvmxcrcvaxwxq0rssyb4b9a1v0rhwhnrwfb9sq7"
|
"0qb4s06jwgj3i9df6qq9gwcnyr3jq6dh4l5ygjghq5x1bmcqliix"
|
||||||
|
|
Loading…
Reference in New Issue