Skip to content

Commit

Permalink
Merge branch 'master' into gh-5230-empty-block
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Oct 30, 2023
2 parents d51921a + 17d33a9 commit 8646665
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
with:
toolchain: nightly-2023-10-05
targets: ${{ matrix.settings.target }}
components: rustfmt, clippy
- name: Cache cargo
uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/repl-artefacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
toolchain: nightly-2023-10-05
targets: x86_64-unknown-linux-gnu
components: rustfmt, clippy
- name: Cache cargo
uses: actions/cache@v3
with:
Expand Down
1 change: 0 additions & 1 deletion rust/rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ profile = "default"
# Use nightly for better access to the latest Rust features.
# This date is aligned to stable release dates.
channel = "nightly-2023-10-05"
components = ["rustfmt", "clippy"]

0 comments on commit 8646665

Please sign in to comment.