Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rollup/rollup into sync-1…
Browse files Browse the repository at this point in the history
…7d33a9b
  • Loading branch information
docschina-bot committed Oct 30, 2023
2 parents b961060 + 17d33a9 commit 2754780
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"]

1 comment on commit 2754780

@vercel
Copy link

@vercel vercel bot commented on 2754780 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.