Skip to content

Commit abacb64

Browse files
committed
Auto merge of #3849 - jtgeibel:update/rustc, r=Turbo87
Bump backend dependencies and to latest stable rustc r? `@Turbo87`
2 parents 9fc0045 + 8ee134c commit abacb64

File tree

4 files changed

+166
-173
lines changed

4 files changed

+166
-173
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
run: |
9292
rustup set profile minimal
9393
# Pin to older version until a clippy regression is fixed
94-
rustup update 1.53.0
95-
rustup default 1.53.0
94+
rustup update 1.54.0
95+
rustup default 1.54.0
9696
9797
- id: rustc
9898
run:

0 commit comments

Comments
 (0)