sdd / kiddo

Kiddo
Apache License 2.0
85 stars 14 forks source link

fix(deps): update rust crate fixed to 1.24 - autoclosed #87

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fixed dependencies minor 1.23 -> 1.24

Release Notes

tspiteri/fixed (fixed) ### [`v1.24.0`](https://gitlab.com/tspiteri/fixed/blob/HEAD/RELEASES.md#Version-1240-2023-09-19) [Compare Source](https://gitlab.com/tspiteri/fixed/compare/v1.23.1...v1.24.0) - The crate now requires rustc version 1.71.0 or later. - The [`saturating_div_int`][f-sdi-1-24] method was added to all fixed-point numbers and to the [`Fixed`][tf-1-24] trait. - The [`Saturating`][s-1-24] wrapper was added. [f-sdi-1-24]: https://docs.rs/fixed/~1.24/fixed/struct.FixedI32.html#method.saturating_div_int [s-1-24]: https://docs.rs/fixed/~1.24/fixed/struct.Saturating.html [tf-1-24]: https://docs.rs/fixed/~1.24/fixed/traits/trait.Fixed.html ### [`v1.23.1`](https://gitlab.com/tspiteri/fixed/blob/HEAD/RELEASES.md#Version-1231-2023-03-14) [Compare Source](https://gitlab.com/tspiteri/fixed/compare/v1.23.0...v1.23.1) - Bug fix: comparison of signed and unsigned numbers where the signed number was wider than the unsigned number was truncating bits from the signed number ([issue 57]). - The \[*half* crate] dependency is now satisfied by [version 1.8][half-1-8] as well as \[version 2]\[half-2]. [half-1-8]: https://docs.rs/half/^1.8/half/index.html [issue 57]: https://gitlab.com/tspiteri/fixed/-/issues/57

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 11 months ago

Codecov Report

Merging #87 (922eeea) into master (e1489a7) will decrease coverage by 0.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
- Coverage   83.91%   83.90%   -0.01%     
==========================================
  Files          29       28       -1     
  Lines        3593     3592       -1     
==========================================
- Hits         3015     3014       -1     
  Misses        578      578              

see 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more