1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Changelog ## 1.0.7 - cells implement `PartialEq` and `From` - MSRV is down to 1.24.1 - update `parking_lot` to `0.7.1` ## 1.0.6 - `unsync::OnceCell<T>` is `Clone` if `T` is `Clone`. ## 1.0.5 - No changelog until this point :(