Skip to content

Commit 732ee5b

Browse files
committed
Raise minimum supported compiler to rustc 1.46
Required by the use of Option::zip. error[E0658]: use of unstable library feature 'option_zip' --> src/loc.rs:551:14 | 551 | .zip(self.expansion_loc.as_ref()) | ^^^ | = note: see issue #70086 <rust-lang/rust#70086> for more information error[E0658]: use of unstable library feature 'option_zip' --> src/loc.rs:529:36 | 529 | spelling_included_from.zip(expansion_included_from).map_or( | ^^^ | = note: see issue #70086 <rust-lang/rust#70086> for more information
1 parent c92b10f commit 732ee5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
rust: [beta, stable, 1.45.0]
23+
rust: [beta, stable, 1.46.0]
2424
steps:
2525
- uses: actions/checkout@v2
2626
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)