diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-03 02:01:06 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-03 02:01:06 +0200 |
| commit | 94890e544e07eabbc806dd5c05419e4336b5bf32 (patch) | |
| tree | c9ae3095359196ac06a542e66c4330e3873e1de4 | |
| parent | dd88775871d2946df6e7e06bf2b536e94973dbaa (diff) | |
Update stm32-metapac.
| -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 4f660187c..504caacb2 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -60,7 +60,7 @@ sdio-host = "0.5.0" | |||
| 60 | embedded-sdmmc = { git = "https://github.com/embassy-rs/embedded-sdmmc-rs", rev = "46d1b1c2ff13e31e282ec1e352421721694f126a", optional = true } | 60 | embedded-sdmmc = { git = "https://github.com/embassy-rs/embedded-sdmmc-rs", rev = "46d1b1c2ff13e31e282ec1e352421721694f126a", optional = true } |
| 61 | critical-section = "1.1" | 61 | critical-section = "1.1" |
| 62 | atomic-polyfill = "1.0.1" | 62 | atomic-polyfill = "1.0.1" |
| 63 | stm32-metapac = "2" | 63 | stm32-metapac = "3" |
| 64 | vcell = "0.1.3" | 64 | vcell = "0.1.3" |
| 65 | bxcan = "0.7.0" | 65 | bxcan = "0.7.0" |
| 66 | nb = "1.0.0" | 66 | nb = "1.0.0" |
| @@ -75,7 +75,7 @@ critical-section = { version = "1.1", features = ["std"] } | |||
| 75 | [build-dependencies] | 75 | [build-dependencies] |
| 76 | proc-macro2 = "1.0.36" | 76 | proc-macro2 = "1.0.36" |
| 77 | quote = "1.0.15" | 77 | quote = "1.0.15" |
| 78 | stm32-metapac = { version = "2", default-features = false, features = ["metadata"]} | 78 | stm32-metapac = { version = "3", default-features = false, features = ["metadata"]} |
| 79 | 79 | ||
| 80 | [features] | 80 | [features] |
| 81 | default = ["stm32-metapac/rt"] | 81 | default = ["stm32-metapac/rt"] |
