Skip to content

0.7.5: Fixing invalid minute value

Latest
Compare
Choose a tag to compare
@insha insha released this 21 Apr 22:44
· 1 commit to master since this release
0.7.5
0b777c3

Fixing the minute overflow value due to rounding up. This was causing chrono crate to panic because the value of the 60 minutes is invalid. The valid minute values are 0 to 59 for minutes (closes #14).

The chrono crate has also been updated to version 0.4.38.

🎩-tip to @Quicksilver151 submitting the issue.