Skip to content

Commit b0e4cb8

Browse files
Robert Forsmanjaparic
authored andcommitted
switch to a more recent atomic-polyfill that compiles for AVR
1 parent 4ac0962 commit b0e4cb8

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
@@ -37,7 +37,7 @@ atomic-polyfill = { version = "0.1.4" }
3737
atomic-polyfill = { version = "0.1.4" }
3838

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

4242
[dependencies]
4343
hash32 = "0.3.0"

0 commit comments

Comments
 (0)