mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 04:20:24 +00:00
unconditionally depend on atomic-polyfill for riscv32i target
This commit is contained in:
parent
3129e290a6
commit
5d9e4b6268
@ -31,7 +31,7 @@ defmt-impl = ["defmt"]
|
||||
atomic-polyfill = { version = "0.1.2", optional = true }
|
||||
|
||||
[target.riscv32i-unknown-none-elf.dependencies]
|
||||
atomic-polyfill = { version = "0.1.4", optional = true }
|
||||
atomic-polyfill = { version = "0.1.4" }
|
||||
|
||||
[target.riscv32imc-unknown-none-elf.dependencies]
|
||||
atomic-polyfill = { version = "0.1.4", optional = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user