Skip to content

Commit 0731b55

Browse files
committed
Raise compiler required for syn-codegen to 1.82
Required since version 2.12.0 of indexmap.
1 parent 7acdd39 commit 0731b55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
rust: [stable, beta, 1.68.0]
46+
rust: [stable, beta, 1.82.0, 1.68.0]
4747
include:
4848
- rust: nightly
4949
components: rustc-dev
@@ -86,7 +86,8 @@ jobs:
8686
- run: cargo check ${{env.target}} --no-default-features --features 'full fold visit visit-mut parsing printing'
8787
- if: matrix.components == 'rustc-dev'
8888
run: cargo check --benches --all-features --release
89-
- run: cargo check ${{env.target}} --manifest-path json/Cargo.toml --no-default-features
89+
- if: matrix.rust != '1.68.0'
90+
run: cargo check ${{env.target}} --manifest-path json/Cargo.toml --no-default-features
9091

9192
examples:
9293
name: Examples

0 commit comments

Comments
 (0)