We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e4cb8 commit 4cf4145Copy full SHA for 4cf4145
Cargo.toml
@@ -28,13 +28,13 @@ mpmc_large = []
28
defmt-impl = ["defmt"]
29
30
[target.thumbv6m-none-eabi.dependencies]
31
-atomic-polyfill = { version = "0.1.2", optional = true }
+atomic-polyfill = { version = "1.0.1", optional = true }
32
33
[target.riscv32i-unknown-none-elf.dependencies]
34
-atomic-polyfill = { version = "0.1.4" }
+atomic-polyfill = { version = "1.0.1" }
35
36
[target.riscv32imc-unknown-none-elf.dependencies]
37
38
39
[target.'cfg(target_arch = "avr")'.dependencies]
40
atomic-polyfill = { version = "1.0.1", optional = true }
0 commit comments