We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be8a80 commit d67d5caCopy full SHA for d67d5ca
.github/workflows/lints-stable.yml
@@ -56,9 +56,11 @@ jobs:
56
- name: Add target
57
working-directory: ./ci-build
58
run: rustup target add ${{ matrix.target }}
59
- - name: Pin unicode-ident to version compatible with rustc 1.70
+ - name: Pin deps to versions compatible with rustc 1.70
60
61
- run: cargo update -p unicode-ident --precise 1.0.22
+ run: |
62
+ cargo update -p unicode-ident --precise 1.0.12
63
+ cargo update -p syn --precise 2.0.114
64
- name: Clippy no_std for target
65
66
run: cargo clippy --verbose --target ${{ matrix.target }}
0 commit comments