-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump artichoke/setup-rust in the gha-deps group
Bumps the gha-deps group with 1 update: [artichoke/setup-rust](https://github.com/artichoke/setup-rust). Updates `artichoke/setup-rust` from 1.12.1 to 2.0.0 - [Release notes](https://github.com/artichoke/setup-rust/releases) - [Commits](artichoke/setup-rust@v1.12.1...v2.0.0) --- updated-dependencies: - dependency-name: artichoke/setup-rust dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d2dac7e
commit 7c2b305
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/audit@v1.12.1 | ||
uses: artichoke/setup-rust/audit@v2.0.0 | ||
|
||
- name: Generate Cargo.lock | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/build-and-test@v1.12.1 | ||
uses: artichoke/setup-rust/build-and-test@v2.0.0 | ||
with: | ||
toolchain: nightly | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/build-and-test@v1.12.1 | ||
uses: artichoke/setup-rust/build-and-test@v2.0.0 | ||
with: | ||
toolchain: nightly | ||
|
||
|
@@ -64,7 +64,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/build-and-test@v1.12.1 | ||
uses: artichoke/setup-rust/build-and-test@v2.0.0 | ||
with: | ||
toolchain: nightly | ||
target: ${{ matrix.target }} | ||
|
@@ -107,7 +107,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/build-and-test@v1.12.1 | ||
uses: artichoke/setup-rust/build-and-test@v2.0.0 | ||
with: | ||
toolchain: nightly | ||
target: ${{ matrix.target }} | ||
|
@@ -130,7 +130,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/lint-and-format@v1.12.1 | ||
uses: artichoke/setup-rust/lint-and-format@v2.0.0 | ||
with: | ||
toolchain: nightly | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/miri@v1.12.1 | ||
uses: artichoke/setup-rust/miri@v2.0.0 | ||
with: | ||
toolchain: nightly | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/rustdoc@v1.12.1 | ||
uses: artichoke/setup-rust/rustdoc@v2.0.0 | ||
|
||
- name: Check docs with no default features | ||
run: cargo doc --workspace --no-default-features | ||
|