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 4b872c1 commit 1791ef5Copy full SHA for 1791ef5
CHANGELOG.md
@@ -27,6 +27,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
27
28
- Reworked CI to better test continued support for the minimum supported Rust version
29
30
+### Fixed
31
+
32
+- Support for `parking_lot` and `lock_api` can now be enabled properly with the matching feature
33
+ names.
34
35
+### Deprecated
36
37
+- The `parkinglot` and `lockapi` features have been deprecated. They will be removed in version 0.4.
38
+ To fix it, you can use the `parking_lot` and `lock_api` features respectively.
39
40
## [0.3.0] - 2023-09-09
41
42
### Added
0 commit comments