Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed tests that are failing in Rust 1.63
- Rust version 1.63 changed how they convert float to Durations. Previously they truncated, now they round - https://github.com/rust-lang/rust/releases/tag/1.63.0 - rust-lang/rust#96051 - 'Rounding is now used when converting a float to a Duration. The converted duration can differ slightly from what it was.'
- Loading branch information