Skip to content

Commit 4cf4145

Browse files
committed
bump other atomic-polyfill versions
1 parent b0e4cb8 commit 4cf4145

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ mpmc_large = []
2828
defmt-impl = ["defmt"]
2929

3030
[target.thumbv6m-none-eabi.dependencies]
31-
atomic-polyfill = { version = "0.1.2", optional = true }
31+
atomic-polyfill = { version = "1.0.1", optional = true }
3232

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

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

3939
[target.'cfg(target_arch = "avr")'.dependencies]
4040
atomic-polyfill = { version = "1.0.1", optional = true }

0 commit comments

Comments
 (0)