Skip to content

Commit ce10dd8

Browse files
committed
pin proc-macro2 for msrv
1 parent 261f539 commit ce10dd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
cargo update -p zeroize --precise 1.6.0
6666
cargo update -p pretty_assertions --precise 1.4.0
6767
cargo update -p glob --precise 0.3.2
68+
cargo update -p proc-macro2 --precise 1.0.80
6869
- name: Build
6970
run:
7071
cargo build --workspace ${{ matrix.features }}
@@ -126,6 +127,7 @@ jobs:
126127
run: |
127128
cargo update -p zeroize --precise 1.6.0
128129
cargo update -p pretty_assertions --precise 1.4.0
130+
cargo update -p proc-macro2 --precise 1.0.80
129131
- name: Build
130132
run:
131133
cargo build --target thumbv6m-none-eabi ${{ matrix.features }} -p ensure-no-std

0 commit comments

Comments
 (0)