We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf4145 commit c408a19Copy full SHA for c408a19
CHANGELOG.md
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
- [breaking-change] `IndexMap` and `IndexSet` now require that keys implement the `core::hash::Hash`
17
trait instead of the `hash32::Hash` (v0.2.0) trait
18
19
+- [breaking-change] this crate now depends on `atomic-polyfill` v1.0.1, meaning that targets that
20
+ require a polyfill need a `critical-section` **v1.x.x** implementation.
21
+
22
### Fixed
23
24
### Removed
0 commit comments