Skip to content

Commit ab88494

Browse files
committed
Bump to latest rustc stable
1 parent 191d4bf commit ab88494

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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:

RustConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=1.53.0
1+
VERSION=1.54.0

0 commit comments

Comments
 (0)