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 e20fb1f commit e63bd67Copy full SHA for e63bd67
.github/workflows/ci.yml
@@ -102,9 +102,8 @@ jobs:
102
- name: Install Rust
103
run: |
104
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
+ rustup update 1.54.0
+ rustup default 1.54.0
108
109
- run: rustup component add rustfmt
110
- run: rustup component add clippy
RustConfig
@@ -1 +1 @@
1
-VERSION=1.53.0
+VERSION=1.54.0
0 commit comments