Skip to content

Commit eecdf9b

Browse files
committed
Bump MSRV due to syn 2
1 parent 7efabb0 commit eecdf9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
rust: [nightly, beta, stable, 1.49.0]
22+
rust: [nightly, beta, stable, "1.56"]
2323
timeout-minutes: 45
2424
steps:
2525
- uses: actions/checkout@v3

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["asynchronous", "network-programming", "development-tools::ffi"]
88
license = "MIT"
99
repository = "https://github.com/oxalica/async-ffi"
1010
readme = "../README.md"
11-
rust-version = "1.49" # Follows async-ffi
11+
rust-version = "1.56" # syn 2 requires edition 2021
1212

1313
[lib]
1414
proc-macro = true

0 commit comments

Comments
 (0)