File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.10
4+
5+ - upgrade ` parking_lot ` to ` 0.12.0 ` (note that this bumps MSRV with ` parking_lot ` feature enabled to ` 1.49.0 ` ).
6+
37## 1.9
48
59- Added an ` atomic-polyfill ` optional dependency to compile ` race ` on platforms without atomics
Original file line number Diff line number Diff line change 11[package ]
22name = " once_cell"
3- version = " 1.9 .0"
3+ version = " 1.10 .0"
44authors = [" Aleksey Kladov <aleksey.kladov@gmail.com>" ]
55license = " MIT OR Apache-2.0"
66edition = " 2018"
@@ -22,7 +22,7 @@ members = ["xtask"]
2222# Uses parking_lot to implement once_cell::sync::OnceCell.
2323# This makes not speed difference, but makes each OnceCell<T>
2424# for up to 16 bytes smaller, depending on the size of the T.
25- parking_lot = { version = " 0.11 " , optional = true , default_features = false }
25+ parking_lot = { version = " 0.12 " , optional = true , default_features = false }
2626
2727# To be used in order to enable the race feature on targets
2828# that do not have atomics
You can’t perform that action at this time.
0 commit comments