Skip to content

Commit bffe525

Browse files
committed
Bump to latest rustc stable, 1.53.0
1 parent 0d02273 commit bffe525

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
@@ -103,8 +103,8 @@ jobs:
103103
run: |
104104
rustup set profile minimal
105105
# Pin to older version until a clippy regression is fixed
106-
rustup update 1.52.1
107-
rustup default 1.52.1
106+
rustup update 1.53.0
107+
rustup default 1.53.0
108108
109109
- run: rustup component add rustfmt
110110
- 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.52.1
1+
VERSION=1.53.0

0 commit comments

Comments
 (0)