diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-26 14:26:19 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-26 14:26:19 +0100 |
| commit | 31fa0aebd8825fa2faf8ec988f0eda2e62ad4dad (patch) | |
| tree | 16d55bd9343d5308afcbffdb10e72561d45d31a4 /embassy-executor | |
| parent | adb024bdbe49ba77b3f30af016c0c2ee184f456b (diff) | |
executor: update remove portable-atomic comment.
Fixes #2481
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index d6fe8ee8b..409df0d75 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -41,7 +41,7 @@ critical-section = "1.1" | |||
| 41 | document-features = "0.2.7" | 41 | document-features = "0.2.7" |
| 42 | 42 | ||
| 43 | # needed for riscv and avr | 43 | # needed for riscv and avr |
| 44 | # remove when https://github.com/rust-lang/rust/pull/114499 is merged | 44 | # remove when https://github.com/rust-lang/rust/pull/114499 lands on stable (on 1.76) |
| 45 | portable-atomic = { version = "1.5", optional = true } | 45 | portable-atomic = { version = "1.5", optional = true } |
| 46 | 46 | ||
| 47 | # arch-cortex-m dependencies | 47 | # arch-cortex-m dependencies |
