Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump moonrepo/setup-rust from 0 to 1 (#1237)
Bumps [moonrepo/setup-rust](https://github.com/moonrepo/setup-rust) from 0 to 1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moonrepo/setup-rust/releases">moonrepo/setup-rust's releases</a>.</em></p> <blockquote> <h2>v1.0.0</h2> <ul> <li>Will now install <code>rustup</code> if it does not exist in the environment.</li> <li>Added musl support to <code>cargo-binstall</code>.</li> </ul> <h2>v0.6.1</h2> <p>No release notes provided.</p> <h2>v0.6.0</h2> <p>No release notes provided.</p> <h2>v0.5.0</h2> <p>No release notes provided.</p> <h2>v0.4.3</h2> <p>No release notes provided.</p> <h2>v0.4.2</h2> <p>No release notes provided.</p> <h2>v0.4.1</h2> <p>No release notes provided.</p> <h2>v0.4.0</h2> <p>No release notes provided.</p> <h2>v0.3.6</h2> <p>No release notes provided.</p> <h2>v0.3.5</h2> <p>No release notes provided.</p> <h2>v0.3.4</h2> <p>No release notes provided.</p> <h2>v0.3.3</h2> <p>No release notes provided.</p> <h2>v0.3.2</h2> <p>No release notes provided.</p> <h2>v0.3.1</h2> <p>No release notes provided.</p> <h2>v0.3.0</h2> <p>No release notes provided.</p> <h2>v0.2.3</h2> <p>No release notes provided.</p> <h2>v0.2.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moonrepo/setup-rust/blob/master/CHANGELOG.md">moonrepo/setup-rust's changelog</a>.</em></p> <blockquote> <h1>1.0.1</h1> <ul> <li>Fixed an issue where a module was missing from the build.</li> </ul> <h1>1.0.0</h1> <ul> <li>Will now install <code>rustup</code> if it does not exist in the environment.</li> <li>Added musl support to <code>cargo-binstall</code>.</li> </ul> <h1>0.6.0</h1> <ul> <li>Breaking: Cargo <code>bins</code> must provide the <code>cargo-</code> crate prefix manually. This change allows non-crate globals to be installed.</li> <li>Added a <code>cache-target</code> input, to customize which target profile is cached. Defaults to <code>debug</code>.</li> </ul> <h1>0.5.0</h1> <ul> <li>Added <code>inherit-toolchain</code> input to inherit all settings from <code>rust-toolchain.toml</code>, and not just <code>channel</code>.</li> </ul> <h1>0.1.0</h1> <ul> <li>Initial release.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moonrepo/setup-rust/commit/f2f76c722a0bf6be572ca5dd0f2a3a19ad7e941b"><code>f2f76c7</code></a> Automatic compilation</li> <li><a href="https://github.com/moonrepo/setup-rust/commit/deec13b3d0b5422af3f5cf858ddacfde8dfa254f"><code>deec13b</code></a> fix: Remove dynamic import.</li> <li><a href="https://github.com/moonrepo/setup-rust/commit/889bf1db60e09ab6603ab799a925714c59cbb877"><code>889bf1d</code></a> new: Prepare v1 release. (<a href="https://redirect.github.com/moonrepo/setup-rust/issues/9">#9</a>)</li> <li>See full diff in <a href="https://github.com/moonrepo/setup-rust/compare/v0...v1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moonrepo/setup-rust&package-manager=github_actions&previous-version=0&new-version=1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information