Skip to content

Commit

Permalink
Bump moonrepo/setup-rust from 0 to 1 (#1237)
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.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
dependabot[bot] authored Nov 17, 2023
1 parent e3a154b commit 75521e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daft-profiling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v0
- uses: moonrepo/setup-rust@v1
with:
cache: false
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/property-based-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
daft_runner: [py]
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v0
- uses: moonrepo/setup-rust@v1
with:
cache: false
- uses: Swatinem/rust-cache@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v0
- uses: moonrepo/setup-rust@v1
with:
cache: false
- name: Install cargo-llvm-cov
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install -U twine toml maturin
- uses: moonrepo/setup-rust@v0
- uses: moonrepo/setup-rust@v1
with:
cache: false
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
os: [ubuntu, windows]
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v0
- uses: moonrepo/setup-rust@v1
with:
cache: false
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
python-version: ['3.7']
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v0
- uses: moonrepo/setup-rust@v1
with:
cache: false
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
run: |
pip install --upgrade pip
pip install pre-commit
- uses: moonrepo/setup-rust@v0
- uses: moonrepo/setup-rust@v1
with:
cache: false
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ray-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v0
- uses: moonrepo/setup-rust@v1
with:
cache: false
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 75521e2

Please sign in to comment.