From 31fa0aebd8825fa2faf8ec988f0eda2e62ad4dad Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Fri, 26 Jan 2024 14:26:19 +0100 Subject: [PATCH] executor: update remove portable-atomic comment. Fixes #2481 --- embassy-executor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" document-features = "0.2.7" # needed for riscv and avr -# remove when https://github.com/rust-lang/rust/pull/114499 is merged +# remove when https://github.com/rust-lang/rust/pull/114499 lands on stable (on 1.76) portable-atomic = { version = "1.5", optional = true } # arch-cortex-m dependencies