Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rollup/rollup into sync-0…
Browse files Browse the repository at this point in the history
…8d65d15
  • Loading branch information
docschina-bot committed Oct 29, 2023
2 parents 9f1b253 + 08d65d1 commit b961060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ jobs:
uses: codecov/codecov-action@v3
if: matrix.coverage
with:
# It appears adding the token may result in the coverage comment not being added
# token: ${{ secrets.CODECOV_TOKEN }}
# It appears adding the token may result in the coverage comment not being added
# token: ${{ secrets.CODECOV_TOKEN }}
commit_parent: ${{ github.event.pull_request.head.sha }}

publish:
Expand Down
3 changes: 2 additions & 1 deletion rust/rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
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"
channel = "nightly-2023-10-05"
components = ["rustfmt", "clippy"]

1 comment on commit b961060

@vercel
Copy link

@vercel vercel bot commented on b961060 Oct 29, 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.