Releases: eldruin/rtcc-rs
Releases · eldruin/rtcc-rs
Release 0.3.2
Release 0.3.1
Added
- Implemented common traits for
Hours
.
Changed
- Raised MSRV to 1.62.0.
Release 0.3.0
Changed
- [breaking-change] Extract the
datetime()
andset_datetime()
methods into a
separateDateTimeAccess
trait and recommend using only that trait. - [breaking-change] Remove
get_
from all method names to comply with the Rust API guidelines.