Skip to content

Commit 89001ec

Browse files
Dirbaiotaiki-e
andauthored
Apply suggestions from code review
Co-authored-by: Taiki Endo <[email protected]>
1 parent ff713ca commit 89001ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3131
- [breaking-change] export `IndexMapKeys`, `IndexMapValues` and
3232
`IndexMapValuesMut` iterator types.
3333

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
3535
CAS instructions on targets where they're not natively available.
3636

3737
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ portable-atomic = { version = "1.0" }
3838
portable-atomic = { version = "1.0" }
3939

4040
[target.xtensa-esp32s2-none-elf.dependencies]
41-
portable-atomic = { version = "1.0" }
41+
portable-atomic = { version = "1.0", optional = true }
4242

4343
[target.'cfg(target_arch = "avr")'.dependencies]
4444
portable-atomic = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)