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 fe885e3Copy full SHA for fe885e3
.github/workflows/test.yml
@@ -65,6 +65,7 @@ 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.66
69
- name: Build
70
run:
71
cargo build --workspace ${{ matrix.features }}
@@ -126,6 +127,7 @@ jobs:
126
127
run: |
128
129
130
131
132
133
cargo build --target thumbv6m-none-eabi ${{ matrix.features }} -p ensure-no-std
0 commit comments