Skip to content

Commit

Permalink
Bump moonrepo/setup-rust from 0 to 1 (#3266)
Browse files Browse the repository at this point in the history
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.2.0</h1>
<ul>
<li>Added a <code>target-dirs</code> input, allowing the target folders
to be specified. Can now cache multiple
target folders.</li>
<li>Updated to skip caching a directory if it does not exist, instead of
failing.</li>
<li>Updated dependencies.</li>
</ul>
<h1>1.1.0</h1>
<ul>
<li>Added a <code>cache-base</code> input. When provided, will only save
cache on this branch/ref, but will
restore cache on all branches/refs.</li>
<li>Updated dependencies.</li>
</ul>
<h1>1.0.3</h1>
<ul>
<li>Include <code>GITHUB_WORKFLOW</code> in cache key.</li>
<li>Updated dependencies.</li>
</ul>
<h1>1.0.2</h1>
<ul>
<li>Switch to Node.js v20.</li>
</ul>
<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/d8048d4fdff0633123678b093726e6d7c8ad6de5"><code>d8048d4</code></a>
Automatic compilation</li>
<li><a
href="https://github.com/moonrepo/setup-rust/commit/dcab3dcf9f278945f3f983bace1c7c84033433a7"><code>dcab3dc</code></a>
new: Support custom target dirs. (<a
href="https://redirect.github.com/moonrepo/setup-rust/issues/19">#19</a>)</li>
<li><a
href="https://github.com/moonrepo/setup-rust/commit/c91b4202a29deda93af44c015d127bac7fd84500"><code>c91b420</code></a>
new: Add cache base warmup strategy. (<a
href="https://redirect.github.com/moonrepo/setup-rust/issues/16">#16</a>)</li>
<li><a
href="https://github.com/moonrepo/setup-rust/commit/c15c42022b505c77cf936259c2913ab012faa23c"><code>c15c420</code></a>
deps: Update to latest.</li>
<li><a
href="https://github.com/moonrepo/setup-rust/commit/9c00f9cafd2ca34a4bdde31d2ed480d8ad2f6739"><code>9c00f9c</code></a>
Use GITHUB_WORKFLOW to generate cache key (<a
href="https://redirect.github.com/moonrepo/setup-rust/issues/15">#15</a>)</li>
<li><a
href="https://github.com/moonrepo/setup-rust/commit/393c8c787156e29c2c3427f503c99f489ba7eab4"><code>393c8c7</code></a>
build: Bump version.</li>
<li><a
href="https://github.com/moonrepo/setup-rust/commit/7a645517555fa7c65e7a856487ebd202fd186965"><code>7a64551</code></a>
build: bump Node from v16 to v20 (<a
href="https://redirect.github.com/moonrepo/setup-rust/issues/14">#14</a>)</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)

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-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 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 7e9f99d commit 91df38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup rust toolchain, cache and cargo-codspeed binary
uses: moonrepo/setup-rust@v0
uses: moonrepo/setup-rust@v1
with:
channel: stable
cache-target: release
Expand Down

0 comments on commit 91df38b

Please sign in to comment.