Skip to content

Commit

Permalink
Raise minimum version for syn-codegen crate to Rust 1.65
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dtolnay committed Nov 5, 2024
1 parent a777cff commit 2b45e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [stable, beta, 1.63.0, 1.61.0]
rust: [stable, beta, 1.65.0, 1.61.0]
include:
- rust: nightly
components: rustc-dev
Expand Down

0 comments on commit 2b45e93

Please sign in to comment.