File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
31
31
- [ breaking-change] export ` IndexMapKeys ` , ` IndexMapValues ` and
32
32
` IndexMapValuesMut ` iterator types.
33
33
34
- - [ breaking-change] this crate now uses ` portable-atomic ` v0.3 instead of ` atomic-polyfill ` for emulating
34
+ - [ breaking-change] this crate now uses ` portable-atomic ` v1.0 instead of ` atomic-polyfill ` for emulating
35
35
CAS instructions on targets where they're not natively available.
36
36
37
37
### Fixed
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ portable-atomic = { version = "1.0" }
38
38
portable-atomic = { version = " 1.0" }
39
39
40
40
[target .xtensa-esp32s2-none-elf .dependencies ]
41
- portable-atomic = { version = " 1.0" }
41
+ portable-atomic = { version = " 1.0" , optional = true }
42
42
43
43
[target .'cfg(target_arch = "avr")' .dependencies ]
44
44
portable-atomic = { version = " 1.0" , optional = true }
You can’t perform that action at this time.
0 commit comments