mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 04:50:34 +00:00
switch to a more recent atomic-polyfill that compiles for AVR
This commit is contained in:
parent
4ac09626c1
commit
b0e4cb8af0
@ -37,7 +37,7 @@ atomic-polyfill = { version = "0.1.4" }
|
||||
atomic-polyfill = { version = "0.1.4" }
|
||||
|
||||
[target.'cfg(target_arch = "avr")'.dependencies]
|
||||
atomic-polyfill = { version = "0.1.8", optional = true }
|
||||
atomic-polyfill = { version = "1.0.1", optional = true }
|
||||
|
||||
[dependencies]
|
||||
hash32 = "0.3.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user