stm32: bump fmc version

This commit is contained in:
Tobias Breitwieser 2023-09-14 14:07:15 +02:00
parent 9c647dd0e8
commit dcd1a91966
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", ta
vcell = "0.1.3" vcell = "0.1.3"
bxcan = "0.7.0" bxcan = "0.7.0"
nb = "1.0.0" nb = "1.0.0"
stm32-fmc = "0.2.4" stm32-fmc = "0.3.0"
seq-macro = "0.3.0" seq-macro = "0.3.0"
cfg-if = "1.0.0" cfg-if = "1.0.0"
embedded-io = { version = "0.5.0" } embedded-io = { version = "0.5.0" }

View file

@ -29,7 +29,7 @@ heapless = { version = "0.7.5", default-features = false }
rand_core = "0.6.3" rand_core = "0.6.3"
critical-section = "1.1" critical-section = "1.1"
micromath = "2.0.0" micromath = "2.0.0"
stm32-fmc = "0.2.4" stm32-fmc = "0.3.0"
embedded-storage = "0.3.0" embedded-storage = "0.3.0"
static_cell = { version = "1.1", features = ["nightly"]} static_cell = { version = "1.1", features = ["nightly"]}

View file

@ -29,7 +29,7 @@ heapless = { version = "0.7.5", default-features = false }
rand_core = "0.6.3" rand_core = "0.6.3"
critical-section = "1.1" critical-section = "1.1"
micromath = "2.0.0" micromath = "2.0.0"
stm32-fmc = "0.2.4" stm32-fmc = "0.3.0"
embedded-storage = "0.3.0" embedded-storage = "0.3.0"
static_cell = { version = "1.1", features = ["nightly"]} static_cell = { version = "1.1", features = ["nightly"]}