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 184f607 commit 45077c1Copy full SHA for 45077c1
.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