diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 948ed3ca..c89839a3 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml @@ -62,7 +62,7 @@ stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", ta vcell = "0.1.3" bxcan = "0.7.0" nb = "1.0.0" -stm32-fmc = "0.2.4" +stm32-fmc = "0.3.0" seq-macro = "0.3.0" cfg-if = "1.0.0" embedded-io = { version = "0.5.0" } diff --git a/examples/stm32h5/Cargo.toml b/examples/stm32h5/Cargo.toml index d4b7d18c..05aacb61 100644 --- a/examples/stm32h5/Cargo.toml +++ b/examples/stm32h5/Cargo.toml @@ -29,7 +29,7 @@ heapless = { version = "0.7.5", default-features = false } rand_core = "0.6.3" critical-section = "1.1" micromath = "2.0.0" -stm32-fmc = "0.2.4" +stm32-fmc = "0.3.0" embedded-storage = "0.3.0" static_cell = { version = "1.1", features = ["nightly"]} diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index eda04e44..6c4da09b 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml @@ -29,7 +29,7 @@ heapless = { version = "0.7.5", default-features = false } rand_core = "0.6.3" critical-section = "1.1" micromath = "2.0.0" -stm32-fmc = "0.2.4" +stm32-fmc = "0.3.0" embedded-storage = "0.3.0" static_cell = { version = "1.1", features = ["nightly"]}