Skip to content

Commit 2b45e93

Browse files
committed
Raise minimum version for syn-codegen crate to Rust 1.65
Required by hashbrown 0.15.1. error: package `hashbrown v0.15.1` cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.63.0
1 parent a777cff commit 2b45e93

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
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
rust: [stable, beta, 1.63.0, 1.61.0]
45+
rust: [stable, beta, 1.65.0, 1.61.0]
4646
include:
4747
- rust: nightly
4848
components: rustc-dev

0 commit comments

Comments
 (0)