Skip to content
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

Update cast requirement from 0.2.3 to 0.3.0 #107

Merged
merged 2 commits into from
Oct 19, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2021

Updates the requirements on cast to permit the latest version.

Changelog

Sourced from cast's changelog.

[v0.3.0] - 2021-09-04

Changed

  • (breaking change) The guaranteed MSRV is now 1.31.0. (#40)
  • (breaking change) The std Cargo feature is no longer enabled by default. (#44)
  • 128-bit integer support is now always available by default. (#37)

#37: japaric/cast.rs#37 #40: japaric/cast.rs#40 #44: japaric/cast.rs#44

Fixed

  • fixed casting 255f32 to u8 returning Error::Overflow (#23, #42)
  • fixed intent of promote-and-back tests (#39, #43)

#23: japaric/cast.rs#23 #39: japaric/cast.rs#39 #42: japaric/cast.rs#42 #43: japaric/cast.rs#43

Removed

  • (breaking change) The x128 Cargo feature has been removed
  • removed rustc_version and semver build dependencies (#35, #37)
  • removed all internal use of unsafe code (#41)

#35: japaric/cast.rs#35 #41: japaric/cast.rs#41

[v0.2.7] - 2021-07-03

Changed

  • Bumped rustc_version dependency to v0.4.0

[v0.2.6] - 2021-05-15

Changed

  • Bumped rustc_version dependency

[v0.2.5] - 2021-04-13

Fixed

  • Build on platforms with 32-bit pointers

[v0.2.4] - 2021-04-11 - YANKED

... (truncated)

Commits
  • 0522880 Merge pull request #44 from japaric/release
  • 19c7d60 update CHANGELOG for release
  • 97f5c7d remove default Cargo features
  • 364d3a8 Merge pull request #43 from japaric/fix-promote-and-back-tests
  • 6d8f667 Upgrade to quickcheck 1.0.3.
  • 3e6860b fix promote and back tests
  • 0af4dac Merge pull request #42 from japaric/gh23
  • c618d87 factor in lossless representation in integer to float conversion check
  • 67aa147 Merge pull request #41 from japaric/rm-unsafe
  • ae2fc9b add deny(unsafe_code)
  • 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)

Updates the requirements on [cast](https://github.com/japaric/cast.rs) to permit the latest version.
- [Release notes](https://github.com/japaric/cast.rs/releases)
- [Changelog](https://github.com/japaric/cast.rs/blob/main/CHANGELOG.md)
- [Commits](japaric/cast.rs@v0.2.3...v0.3.0)

---
updated-dependencies:
- dependency-name: cast
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 19, 2021
@lucasbrendel lucasbrendel added the automerge Kodiak Auto Merge Label label Oct 19, 2021
@kodiakhq kodiakhq bot merged commit af7486c into master Oct 19, 2021
@kodiakhq kodiakhq bot deleted the dependabot/cargo/cast-0.3.0 branch October 19, 2021 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Kodiak Auto Merge Label 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