boxercrab
boxercrab copied to clipboard
chore(deps): bump ordered-float from 2.0.0 to 2.10.0
Bumps ordered-float from 2.0.0 to 2.10.0.
Release notes
Sourced from ordered-float's releases.
v2.10.0
- Add optional support for the
arbitrary
crate (#104).v2.9.0
- Implement
Borrow
forNotNan
(#98).- Implement
From
for integer toNotNan
conversions (#103).- Reduce the amount of unsafe code (#99).
v2.8.0
- Add optional support for the
rkyv
serialization crate (#96).v2.7.0
- New optional dependency
proptest
(#94).v2.6.0
- Implement
Signed
forOrderedFloat
(#93).v2.5.1
- The
std
feature should not enable therand/std
feature. This accidentally caused therand
crate to be enabled by default in 2.5.0. (#90)v2.5.0
- Rename the
unchecked_new
method tonew_unchecked
(#86). The old name is still supported, but deprecated.- Optionally implement traits from the
rand
crate (#84).- Improved documentation.
v2.4.0
- Implement
AddAssign
,MulAssign
, etc. forOrderedFloat<T>
.- Implement
From<OrderedFloat<Self>>
forf32
andf64
.- Add inline attributes to more methods.
- Minor code cleanup.
v2.3.0
- Implement traits from
std::ops
for reference types (#82).- Add more high-level documentation and examples.
v2.2.0
v2.1.1
- Fix a compiler error when building without the
std
feature (#74).v2.1.0
- Implement more numeric traits for
OrderedFloat<T>
(#73).- Implement
From<&T>
for&OrderedFloat<T>
(#72).v2.0.1
- Make assignment operators panic safe (#71). This fixes a bug that could cause undefined behavior in safe code.
Commits
f777611
Version 2.10.0fd3583f
impl arbitrary::Arbitrary
forNotNan
andOrderedFloat
.926bf53
Version 2.9.08287026
Add From<i32> and similar impls to NotNan76b11cd
Replace unsafe transmute to a castbfabcc9
Implement Borrow for NotNan5cf18fe
Version 2.8.09823d42
Implement rkyv traits for OrderedFloat and NotNan3cfbdd6
Don't test optional features on Rust 1.36f77209e
Version 2.7.0- 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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.