switch to a more recent atomic-polyfill that compiles for AVR

This commit is contained in:
Robert Forsman 2022-08-24 15:01:26 -04:00 committed by Jorge Aparicio
parent 4ac09626c1
commit b0e4cb8af0

View File

@ -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"