We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee27bdc commit e4be003Copy full SHA for e4be003
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- rust: [1.31.0, stable, beta]
+ rust: [1.56.0, stable, beta]
28
timeout-minutes: 45
29
steps:
30
- uses: actions/checkout@v3
Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
10
keywords = ["macros", "syn"]
11
license = "MIT OR Apache-2.0"
12
repository = "https://github.com/dtolnay/proc-macro2"
13
-rust-version = "1.31"
+rust-version = "1.56"
14
15
[package.metadata.docs.rs]
16
rustc-args = ["--cfg", "procmacro2_semver_exempt"]
0 commit comments