We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbee7d commit 26c7e76Copy full SHA for 26c7e76
.github/actions/build_env/action.yaml
@@ -27,7 +27,8 @@ runs:
27
- uses: actions-rs/toolchain@v1
28
with:
29
profile: minimal
30
- toolchain: 1.83.0
+ # Provisionally pinning version pre 1.81 sorting changes
31
+ toolchain: 1.80.1
32
override: true
33
34
- name: install rustfmt clippy
0 commit comments