Skip to content

Bump backend dependencies and to latest stable rustc #3849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
run: |
rustup set profile minimal
# Pin to older version until a clippy regression is fixed
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment seems to imply that it's desired to switch back to rustup update stable - which from git log history appears to be how it used to work.

Do you want to use

rustup update stable
rustup default stable

Alternately, remove this comment about pinning an older version?

rustup update 1.53.0
rustup default 1.53.0
rustup update 1.54.0
rustup default 1.54.0

- id: rustc
run:
Expand Down
Loading