Skip to content

Bump easy-cast from 0.4.4 to 0.5.2 #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2022

Bumps easy-cast from 0.4.4 to 0.5.2.

Release notes

Sourced from easy-cast's releases.

0.5.2

  • Support cast to self, useful in generics (#28)

0.5.1

  • Document feature assert_digits and imply by always_assert (#26)

0.5.0

  • Reorganise code (#20)
  • Bump MSRV to 1.53.0 (#21)
  • Add default implementations of conv methods over equivalent try_conv variant to facilitate custom implementations (#21)
  • Add ConvApprox and CastApprox, supporting approximate conversions with unspecified rounding, implemented for f64 → f32 and all type conversions supported by Conv (#21)
  • Support Conv and ConvFloat for arrays and tuples (#21)
  • Remove impl<T> Conv<T> for T (#21)
  • Add easy_cast::Result type alias (#22)
  • Move traits into new easy_cast::traits public module (#23)
Changelog

Sourced from easy-cast's changelog.

[0.5.2] — 2022-12-22

  • Support cast to self, useful in generics (#28)

[0.5.1] — 2022-10-14

  • Document feature assert_digits and imply by always_assert (#26)

[0.5.0] — 2022-08-19

  • Reorganise code (#20)
  • Bump MSRV to 1.53.0 (#21)
  • Add default implementations of conv methods over equivalent try_conv variant to facilitate custom implementations (#21)
  • Add ConvApprox and CastApprox, supporting approximate conversions with unspecified rounding, implemented for f64 → f32 and all type conversions supported by Conv (#21)
  • Support Conv and ConvFloat for arrays and tuples (#21)
  • Remove impl<T> Conv<T> for T (#21)
  • Add easy_cast::Result type alias (#22)
  • Move traits into new easy_cast::traits public module (#23)
Commits
  • ea6bb32 Merge pull request #29 from kas-gui/work
  • e61136e Prepare 0.5.2
  • b264d9d Merge pull request #28 from BartMassey-upstream/master
  • c9d27e7 added self-cast tests
  • 9db25c8 added trivial casts; closes #27
  • 78829db Merge pull request #26 from kas-gui/work
  • 65fbc69 Fix: test is gated to any(std, libm)
  • 435c866 Prepare 0.5.1
  • 790a9ba Extra tests for f32 <-> u128 conversions
  • 7062b0a Document feature assert_digits and imply by always_assert
  • Additional commits viewable in compare view

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 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)

Bumps [easy-cast](https://github.com/kas-gui/easy-cast) from 0.4.4 to 0.5.2.
- [Release notes](https://github.com/kas-gui/easy-cast/releases)
- [Changelog](https://github.com/kas-gui/easy-cast/blob/master/CHANGELOG.md)
- [Commits](kas-gui/easy-cast@0.4.4...0.5.2)

---
updated-dependencies:
- dependency-name: easy-cast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants