Skip to content

Commit 292385a

Browse files
authored
Update rust.yml
Avoid testing on nightly and beta. It fails there, but should pass on stable. The error usually is ``` error[E0635]: unknown feature `proc_macro_span_shrink` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.51/src/lib.rs:92:30 | 92 | feature(proc_macro_span, proc_macro_span_shrink) | ^^^^^^^^^^^^^^^^^^^^^^ ``` For example https://github.com/ccouzens/vcloud-rest-openapi/actions/runs/7366189644/job/20048203866
1 parent f3249d9 commit 292385a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/rust.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
matrix:
1616
toolchain:
1717
- stable
18-
- beta
19-
- nightly
2018
steps:
2119
- uses: actions/checkout@v3
2220
- run: cd transformer && rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)