Skip to content

Commit e63bd67

Browse files
committed
Bump to latest rustc stable
1 parent e20fb1f commit e63bd67

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ jobs:
102102
- name: Install Rust
103103
run: |
104104
rustup set profile minimal
105-
# Pin to older version until a clippy regression is fixed
106-
rustup update 1.53.0
107-
rustup default 1.53.0
105+
rustup update 1.54.0
106+
rustup default 1.54.0
108107
109108
- run: rustup component add rustfmt
110109
- run: rustup component add clippy

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)