Skip to content

Commit a94c1d0

Browse files
committed
riscv32imc needs the same treatment
1 parent 34b05be commit a94c1d0

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
@@ -34,7 +34,7 @@ atomic-polyfill = { version = "0.1.2", optional = true }
3434
atomic-polyfill = { version = "0.1.4" }
3535

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

3939
[dependencies]
4040
hash32 = "0.2.1"

0 commit comments

Comments
 (0)