·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
-
Add
Duration::{from_mins,from_hours}.
They are based on the same methods in the standard library that stabilized in Rust 1.91. -
Add
Duration::from_nanos_u128.
They are based on the same methods in the standard library that stabilized in Rust 1.93. -
Optimize
Duration::from_secs_{f32,f64}. -
Enable release immutability.