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-executor | |
| parent | 16d0ae76782475c0f759c3310e068507a0a9f8ab (diff) | |
Update to critical-section 1.0, atomic-polyfill 1.0
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index d8ac4ac00..45d0d2de6 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -60,8 +60,8 @@ embedded-hal-async = { version = "0.1.0-alpha.1", optional = true} | |||
| 60 | 60 | ||
| 61 | futures-util = { version = "0.3.17", default-features = false } | 61 | futures-util = { version = "0.3.17", default-features = false } |
| 62 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} | 62 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} |
| 63 | atomic-polyfill = "0.1.5" | 63 | atomic-polyfill = "1.0.1" |
| 64 | critical-section = "0.2.5" | 64 | critical-section = "1.1" |
| 65 | cfg-if = "1.0.0" | 65 | cfg-if = "1.0.0" |
| 66 | 66 | ||
| 67 | # WASM dependencies | 67 | # WASM dependencies |
