Skip to content

chore(deps): bump float_next_after from 1.0.0 to 2.0.0#625

Merged
paleolimbot merged 1 commit intomainfrom
dependabot/cargo/float_next_after-2.0.0
Feb 17, 2026
Merged

chore(deps): bump float_next_after from 1.0.0 to 2.0.0#625
paleolimbot merged 1 commit intomainfrom
dependabot/cargo/float_next_after-2.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2026

Bumps float_next_after from 1.0.0 to 2.0.0.

Changelog

Sourced from float_next_after's changelog.

Version 2.0.0

Breaking changes:

  • Now allows moving away from infinity. Per IEEE 754 and C standard library behavior, stepping away from infinity returns MAX/MIN. Previously core::f64::INFINITY.next_after(core::f64::NEG_INFINITY) would return core::f64::INFINITY, now it returns core::f64::MAX. Likewise, core::f64::NEG_INFINITY.next_after(core::f64::INFINITY) would return core::f64::NEG_INFINITY, now it returns core::f64::MIN.

New Features:

  • Inlined the short_circuit_operands macro, which provides a performance improvement of about 20%.
  • Increased testing surface area for further edge cases.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [float_next_after](https://gitlab.com/bronsonbdevost/next_afterf) from 1.0.0 to 2.0.0.
- [Changelog](https://gitlab.com/bronsonbdevost/next_afterf/blob/main/CHANGES.md)
- [Commits](https://gitlab.com/bronsonbdevost/next_afterf/commits/main)

---
updated-dependencies:
- dependency-name: float_next_after
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 15, 2026
@paleolimbot paleolimbot merged commit 02de6be into main Feb 17, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant