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 1c061ff commit 88abb3cCopy full SHA for 88abb3c
.github/workflows/ci.yml
@@ -37,6 +37,9 @@ jobs:
37
toolchain: ${{ matrix.rust }}
38
target: ${{ matrix.target }}
39
40
+ - if: ${{ matrix.rust=='1.65.0' }}
41
+ run: cargo update --precise 2.0.106 --package syn
42
+
43
- name: Install armv7 libraries
44
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
45
run: |
0 commit comments