We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d02273 commit bffe525Copy full SHA for bffe525
.github/workflows/ci.yml
@@ -103,8 +103,8 @@ jobs:
103
run: |
104
rustup set profile minimal
105
# Pin to older version until a clippy regression is fixed
106
- rustup update 1.52.1
107
- rustup default 1.52.1
+ rustup update 1.53.0
+ rustup default 1.53.0
108
109
- run: rustup component add rustfmt
110
- run: rustup component add clippy
RustConfig
@@ -1 +1 @@
1
-VERSION=1.52.1
+VERSION=1.53.0
0 commit comments