Skip to content

Commit 92a0aa4

Browse files
committed
Raise required compiler to Rust 1.71
1 parent f85f4ac commit 92a0aa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 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.82.0, 1.70.0]
46+
rust: [stable, beta, 1.82.0, 1.71.0]
4747
include:
4848
- rust: nightly
4949
components: rustc-dev
@@ -86,7 +86,7 @@ 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-
- if: matrix.rust != '1.70.0'
89+
- if: matrix.rust != '1.71.0'
9090
run: cargo check ${{env.target}} --manifest-path json/Cargo.toml --no-default-features
9191

9292
examples:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818
keywords = ["macros", "syn"]
1919
license = "MIT OR Apache-2.0"
2020
repository = "https://github.com/dtolnay/syn"
21-
rust-version = "1.70"
21+
rust-version = "1.71"
2222

2323
[features]
2424
default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"]

0 commit comments

Comments
 (0)