diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-14 23:16:06 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-08-17 19:01:56 +0200 |
| commit | 67edea41686084a444e1455d17d5482b10c54abd (patch) | |
| tree | e9d4cf483195fce6c8c34c514fc9a5e338771ce9 /embassy-cortex-m | |
| parent | 16d0ae76782475c0f759c3310e068507a0a9f8ab (diff) | |
Update to critical-section 1.0, atomic-polyfill 1.0
Diffstat (limited to 'embassy-cortex-m')
| -rw-r--r-- | embassy-cortex-m/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-cortex-m/Cargo.toml b/embassy-cortex-m/Cargo.toml index 454f34e0b..1f16da31b 100644 --- a/embassy-cortex-m/Cargo.toml +++ b/embassy-cortex-m/Cargo.toml | |||
| @@ -39,8 +39,8 @@ embassy-util = { version = "0.1.0", path = "../embassy-util" } | |||
| 39 | embassy-executor = { version = "0.1.0", path = "../embassy-executor"} | 39 | embassy-executor = { version = "0.1.0", path = "../embassy-executor"} |
| 40 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} | 40 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} |
| 41 | embassy-hal-common = { version = "0.1.0", path = "../embassy-hal-common"} | 41 | embassy-hal-common = { version = "0.1.0", path = "../embassy-hal-common"} |
| 42 | atomic-polyfill = "0.1.5" | 42 | atomic-polyfill = "1.0.1" |
| 43 | critical-section = "0.2.5" | 43 | critical-section = "1.1" |
| 44 | cfg-if = "1.0.0" | 44 | cfg-if = "1.0.0" |
| 45 | cortex-m = "0.7.3" | 45 | cortex-m = "0.7.6" |
| 46 | 46 | ||
