Updates the requirements on cranelift to permit the latest version.
Commits
- [`c50bbe9`](https://github.com/CraneStation/cranelift/commit/c50bbe9dba6d9fcd861f78bfbbab5e476ec0c3d9) Bump version to 0.50.0
- [`5d617f5`](https://github.com/CraneStation/cranelift/commit/5d617f5e96dd91d87c5af38cf7fb8eae547c29a3) Translate WASM float comparisons to CLIF
- [`12e6939`](https://github.com/CraneStation/cranelift/commit/12e69396c2edfd7f0fb734551bdc5e7c7c286c40) Add x86 SIMD implementation of float comparison
- [`9952fd8`](https://github.com/CraneStation/cranelift/commit/9952fd875ba2f83bb42eeedba267667d73c813d8) Allow CLIF lexer to properly identify `NaN` and `Inf` keywords
- [`377aa73`](https://github.com/CraneStation/cranelift/commit/377aa7352e8883dae5f3283f86e4157e5abf82d5) Try and assign directly to return registers; backtrack to use struct-return p...
- [`4a150ab`](https://github.com/CraneStation/cranelift/commit/4a150aba718931598d544f2d40ce4f46a66187e7) Pass Encoding to compute_size() for runtime Encoding inspection. [#1156](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1156)
- [`f95a965`](https://github.com/CraneStation/cranelift/commit/f95a9659eb853cd7cdf7d3b076b69e6c73070b1a) Do not align the stack frame for leaf functions not using the stack.
- [`eb5a216`](https://github.com/CraneStation/cranelift/commit/eb5a21653a20e9d97310ea369b48df4d7313efbe) Clear the old_signatures between functions' compilations.
- [`2becca8`](https://github.com/CraneStation/cranelift/commit/2becca869a9668bbd0b9e27fc7a8495e2a6a21ab) Fix build errors in x86 unwind info when building no_std. ([#1214](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1214))
- [`79dcbb1`](https://github.com/CraneStation/cranelift/commit/79dcbb138e51372faefa9ac6eaf0fee3901366b7) Bump version to 0.49.0 ([#1208](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1208))
- Additional commits viewable in [compare view](https://github.com/CraneStation/cranelift/compare/v0.33.0...v0.50.0)
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
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Updates the requirements on cranelift to permit the latest version.
Commits
- [`c50bbe9`](https://github.com/CraneStation/cranelift/commit/c50bbe9dba6d9fcd861f78bfbbab5e476ec0c3d9) Bump version to 0.50.0 - [`5d617f5`](https://github.com/CraneStation/cranelift/commit/5d617f5e96dd91d87c5af38cf7fb8eae547c29a3) Translate WASM float comparisons to CLIF - [`12e6939`](https://github.com/CraneStation/cranelift/commit/12e69396c2edfd7f0fb734551bdc5e7c7c286c40) Add x86 SIMD implementation of float comparison - [`9952fd8`](https://github.com/CraneStation/cranelift/commit/9952fd875ba2f83bb42eeedba267667d73c813d8) Allow CLIF lexer to properly identify `NaN` and `Inf` keywords - [`377aa73`](https://github.com/CraneStation/cranelift/commit/377aa7352e8883dae5f3283f86e4157e5abf82d5) Try and assign directly to return registers; backtrack to use struct-return p... - [`4a150ab`](https://github.com/CraneStation/cranelift/commit/4a150aba718931598d544f2d40ce4f46a66187e7) Pass Encoding to compute_size() for runtime Encoding inspection. [#1156](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1156) - [`f95a965`](https://github.com/CraneStation/cranelift/commit/f95a9659eb853cd7cdf7d3b076b69e6c73070b1a) Do not align the stack frame for leaf functions not using the stack. - [`eb5a216`](https://github.com/CraneStation/cranelift/commit/eb5a21653a20e9d97310ea369b48df4d7313efbe) Clear the old_signatures between functions' compilations. - [`2becca8`](https://github.com/CraneStation/cranelift/commit/2becca869a9668bbd0b9e27fc7a8495e2a6a21ab) Fix build errors in x86 unwind info when building no_std. ([#1214](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1214)) - [`79dcbb1`](https://github.com/CraneStation/cranelift/commit/79dcbb138e51372faefa9ac6eaf0fee3901366b7) Bump version to 0.49.0 ([#1208](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1208)) - Additional commits viewable in [compare view](https://github.com/CraneStation/cranelift/compare/v0.33.0...v0.50.0)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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)