Skip to content

Commit e4be003

Browse files
committed
Raise required compiler to rust 1.56
1 parent ee27bdc commit e4be003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust: [1.31.0, stable, beta]
27+
rust: [1.56.0, stable, beta]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
keywords = ["macros", "syn"]
1111
license = "MIT OR Apache-2.0"
1212
repository = "https://github.com/dtolnay/proc-macro2"
13-
rust-version = "1.31"
13+
rust-version = "1.56"
1414

1515
[package.metadata.docs.rs]
1616
rustc-args = ["--cfg", "procmacro2_semver_exempt"]

0 commit comments

Comments
 (0)