You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
This is noticeably faster than `std::sync::Mutex` in the uncontented case, is smaller, and avoids poisoning.
15
15
* This feature has a separate name per version to allow supporting multiple versions of `parking_lot` at once. The current version (v0.12) has feature name `parking_lot_0_12`
16
16
* Define a `prelude` module for common imports, allowing import of logging macros (`info!`, `!debug`, ...) and `slog::Logger` in one go.
17
+
* Depend on [`serde_core`] rather than `serde` to reduce compile times.
0 commit comments