diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-10 21:12:48 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-10 21:12:48 +0200 |
| commit | cae683cd41261312e8a8da70c862832f0acb847c (patch) | |
| tree | 697a85d7a070290a9f5d46372103b3e6079d307d | |
| parent | dbfd28130f95a6f8df81823253ec71c1ae6d36e6 (diff) | |
stm32: update pac.
| -rw-r--r-- | embassy-stm32/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 4ab306223..a8ebacd25 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -58,7 +58,7 @@ sdio-host = "0.5.0" | |||
| 58 | embedded-sdmmc = { git = "https://github.com/embassy-rs/embedded-sdmmc-rs", rev = "46d1b1c2ff13e31e282ec1e352421721694f126a", optional = true } | 58 | embedded-sdmmc = { git = "https://github.com/embassy-rs/embedded-sdmmc-rs", rev = "46d1b1c2ff13e31e282ec1e352421721694f126a", optional = true } |
| 59 | critical-section = "1.1" | 59 | critical-section = "1.1" |
| 60 | atomic-polyfill = "1.0.1" | 60 | atomic-polyfill = "1.0.1" |
| 61 | stm32-metapac = "4" | 61 | stm32-metapac = "5" |
| 62 | vcell = "0.1.3" | 62 | vcell = "0.1.3" |
| 63 | bxcan = "0.7.0" | 63 | bxcan = "0.7.0" |
| 64 | nb = "1.0.0" | 64 | nb = "1.0.0" |
| @@ -73,7 +73,7 @@ critical-section = { version = "1.1", features = ["std"] } | |||
| 73 | [build-dependencies] | 73 | [build-dependencies] |
| 74 | proc-macro2 = "1.0.36" | 74 | proc-macro2 = "1.0.36" |
| 75 | quote = "1.0.15" | 75 | quote = "1.0.15" |
| 76 | stm32-metapac = { version = "4", default-features = false, features = ["metadata"]} | 76 | stm32-metapac = { version = "5", default-features = false, features = ["metadata"]} |
| 77 | 77 | ||
| 78 | [features] | 78 | [features] |
| 79 | default = ["stm32-metapac/rt"] | 79 | default = ["stm32-metapac/rt"] |
