Skip to content

chore(deps): bump moonrepo/setup-rust from 0 to 1#16

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/moonrepo/setup-rust-1
Closed

chore(deps): bump moonrepo/setup-rust from 0 to 1#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/moonrepo/setup-rust-1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps moonrepo/setup-rust from 0 to 1.

Release notes

Sourced from moonrepo/setup-rust's releases.

v1.0.0

  • Will now install rustup if it does not exist in the environment.
  • Added musl support to cargo-binstall.

v0.6.1

No release notes provided.

v0.6.0

No release notes provided.

v0.5.0

No release notes provided.

v0.4.3

No release notes provided.

v0.4.2

No release notes provided.

v0.4.1

No release notes provided.

v0.4.0

No release notes provided.

v0.3.6

No release notes provided.

v0.3.5

No release notes provided.

v0.3.4

No release notes provided.

v0.3.3

No release notes provided.

v0.3.2

No release notes provided.

v0.3.1

No release notes provided.

v0.3.0

No release notes provided.

v0.2.3

No release notes provided.

v0.2.2

... (truncated)

Changelog

Sourced from moonrepo/setup-rust's changelog.

1.3.0

  • Added a cache-extra-identifier input.
  • Updated action to Node.js v24.
  • Updated dependencies.

1.2.2

  • Updated dependencies.

1.2.1

  • Pinned the cargo-binstall version to v1.8 to work around the 404 errors in CI.
  • Added support for the CARGO_BINSTALL_VERSION environment variable.

1.2.0

  • Added a target-dirs input, allowing the target folders to be specified. Can now cache multiple target folders.
  • Updated to skip caching a directory if it does not exist, instead of failing.
  • Updated dependencies.

1.1.0

  • Added a cache-base input. When provided, will only save cache on this branch/ref, but will restore cache on all branches/refs.
  • Updated dependencies.

1.0.3

  • Include GITHUB_WORKFLOW in cache key.
  • Updated dependencies.

1.0.2

  • Switch to Node.js v20.

1.0.1

  • Fixed an issue where a module was missing from the build.

1.0.0

  • Will now install rustup if it does not exist in the environment.
  • Added musl support to cargo-binstall.

0.6.0

  • Breaking: Cargo bins must provide the cargo- crate prefix manually. This change allows non-crate globals to be installed.

... (truncated)

Commits

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 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 [moonrepo/setup-rust](https://github.com/moonrepo/setup-rust) from 0 to 1.
- [Release notes](https://github.com/moonrepo/setup-rust/releases)
- [Changelog](https://github.com/moonrepo/setup-rust/blob/master/CHANGELOG.md)
- [Commits](moonrepo/setup-rust@v0...v1)

---
updated-dependencies:
- dependency-name: moonrepo/setup-rust
  dependency-version: '1'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 25, 2026

Labels

The following labels could not be found: dependabot, dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from jackmoxley as a code owner May 25, 2026 15:01
@codspeed-hq
Copy link
Copy Markdown
Contributor

codspeed-hq Bot commented May 25, 2026

Merging this PR will not alter performance

⚡ 6 improved benchmarks
❌ 5 regressed benchmarks
✅ 199 untouched benchmarks
⏩ 9 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
next_power_of_two 62.2 ns 91.4 ns -31.91%
ceil 318.1 ns 288.9 ns +10.1%
clamp 156.7 ns 127.5 ns +22.88%
to_num_f64 220.3 ns 191.1 ns +15.26%
TryFrom_u128 125.6 ns 96.4 ns +30.26%
to_f64 220.3 ns 191.1 ns +15.26%
A_naive[bound_1e18] 382.2 ns 440.6 ns -13.24%
A_naive[mid_1e15] 380.6 ns 438.9 ns -13.29%
A_naive[small_1e9] 380.6 ns 438.9 ns -13.29%
D38_div 791.9 ns 675.3 ns +17.28%
D57_add 155.3 ns 184.4 ns -15.81%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/github_actions/moonrepo/setup-rust-1 (fb58f39) with main (a9c0e9b)

Open in CodSpeed

Footnotes

  1. 9 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Copy link
Copy Markdown
Contributor

@jackmoxley jackmoxley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is being done manually as part of the 0.5.0 release

@jackmoxley
Copy link
Copy Markdown
Contributor

Applied directly to release/0.5.0 (commit 0d4c80e), pinned to the same tag's commit SHA. release's workflow set has diverged from main, so the PR couldn't be cleanly re-pointed; closing as applied.

@jackmoxley jackmoxley closed this May 25, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 25, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/moonrepo/setup-rust-1 branch May 25, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant