ramen
ramen copied to clipboard
chore(deps): bump num-traits from 0.2.16 to 0.2.18
Bumps num-traits from 0.2.16 to 0.2.18.
Changelog
Sourced from num-traits's changelog.
Release 0.2.18 (2024-02-07)
- The new
Euclid::div_rem_euclid
andCheckedEuclid::checked_div_rem_euclid
methods compute and return the quotient and remainder at the same time.- The new
TotalOrder
trait implements the IEEE 754totalOrder
predicate.- The new
ConstZero
andConstOne
traits offered associated constants, extending the non-constZero
andOne
traits for types that have constant values.Contributors:
@andrewjradcliffe
,@cuviper
,@tarcieri
,@tdelabro
,@waywardmonkeys
Release 0.2.17 (2023-10-07)
Contributors:
@robamu
Commits
eb20b40
Merge pull request #309 from cuviper/release-0.2.185c2cc9b
Release 0.2.18a095b70
Merge pull request #303 from tarcieri/constant-traits67d9e74
AvoidSelf
constructor forWrapping
6ab6de2
Update src/identities.rse48ffe2
Update src/identities.rsbc42b83
Rename to ConstZero/ConstOne and re-export from toplevel536dcf2
Remove blanket impls; add impls forWrapping
06c0ee0
AddZeroConstant
andOneConstant
traits29c5b46
Merge pull request #308 from cuviper/ci- Additional commits viewable in compare view
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 merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)