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 261f539 commit b0518a2Copy full SHA for b0518a2
.github/workflows/test.yml
@@ -65,6 +65,8 @@ jobs:
65
cargo update -p zeroize --precise 1.6.0
66
cargo update -p pretty_assertions --precise 1.4.0
67
cargo update -p glob --precise 0.3.2
68
+ cargo update -p proc-macro2 --precise 1.0.80
69
+ cargo update -p quote --precise 1.0.33
70
- name: Build
71
run:
72
cargo build --workspace ${{ matrix.features }}
@@ -126,6 +128,8 @@ jobs:
126
128
run: |
127
129
130
131
132
133
134
135
cargo build --target thumbv6m-none-eabi ${{ matrix.features }} -p ensure-no-std
0 commit comments