Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

Bumps wide from 0.7.33 to 0.8.2.

Changelog

Sourced from wide's changelog.

0.8.2

  • Fixed additional build errors on wasm targets.

0.8.1

  • Fixed type errors in the fallback implementations of some methods that completely prevented compilation of the crate on some targets.

0.8.0

  • Breaking:
    • move_mask returns unsigned values now.
    • move_mask and many other methods renamed to better align with the standard library portable simd types. See issue 209 for details.
Commits
  • bcc2e77 chore: Release wide version 0.8.2
  • 948842f clippy
  • d48c06d add inline
  • d55017e Merge branch 'main' of github.com:Lokathor/wide into main
  • 62de915 Add wasm32 target to Rustup in workflow
  • dc7fba4 clippy
  • 71c3256 Add crate check for wasm32 target with SIMD flags
  • 6f08c03 Fix compile error for wasm32 with simd128 (#232)
  • 2d3c936 Note std::simd compatibility in README (#225)
  • 05b47cd Document SIMD instruction support considerations in the README (#224)
  • 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 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 [wide](https://github.com/Lokathor/wide) from 0.7.33 to 0.8.2.
- [Changelog](https://github.com/Lokathor/wide/blob/main/changelog.md)
- [Commits](Lokathor/wide@v0.7.33...v0.8.2)

---
updated-dependencies:
- dependency-name: wide
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 13, 2025
@domenukk domenukk merged commit cdd460f into main Nov 14, 2025
118 checks passed
@domenukk domenukk deleted the dependabot/cargo/wide-0.8.2 branch November 14, 2025 00:48
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.

2 participants