Update Rust crate once_cell to 1.18.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
once_cell | dependencies | minor |
1.15.0 -> 1.18.0
|
Release Notes
matklad/once_cell (once_cell)
v1.18.0
-
MSRV
is updated to 1.60.0 to take advantage ofdep:
syntax for cargo features, removing "implementation details" from publicly visible surface.
v1.17.2
- Avoid unnecessary synchronization in
Lazy::{force,deref}_mut()
, #231.
v1.17.1
- Make
OnceRef
implementation compliant with strict provenance.
v1.17.0
- Add
race::OnceRef
for storing a&'a T
.
v1.16.0
- Add
no_std
implementation based oncritical-section
, #195. - Deprecate
atomic-polyfill
feature (use the newcritical-section
instead)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.