Skip to content

Commit 5d9e4b6

Browse files
committed
unconditionally depend on atomic-polyfill for riscv32i target
1 parent 3129e29 commit 5d9e4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmt-impl = ["defmt"]
3131
atomic-polyfill = { version = "0.1.2", optional = true }
3232

3333
[target.riscv32i-unknown-none-elf.dependencies]
34-
atomic-polyfill = { version = "0.1.4", optional = true }
34+
atomic-polyfill = { version = "0.1.4" }
3535

3636
[target.riscv32imc-unknown-none-elf.dependencies]
3737
atomic-polyfill = { version = "0.1.4", optional = true }

0 commit comments

Comments
 (0)