]> git.proxmox.com Git - rustc.git/blobdiff - vendor/once_cell/CHANGELOG.md
New upstream version 1.61.0+dfsg1
[rustc.git] / vendor / once_cell / CHANGELOG.md
index 2c95053ec8fa6b3a912fb750586d78de92c13e18..5d1a02d15b2cb887bfcb099a205e30fcbcd27828 100644 (file)
@@ -1,5 +1,9 @@
 # Changelog
 
+## 1.10
+
+- upgrade `parking_lot` to `0.12.0` (note that this bumps MSRV with `parking_lot` feature enabled to `1.49.0`).
+
 ## 1.9
 
 - Added an `atomic-polyfill` optional dependency to compile `race` on platforms without atomics