Skip to content

Commit

Permalink
Raise minimum version for preserve_order feature 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.64.0
  • Loading branch information
dtolnay committed Nov 5, 2024
1 parent 42ab31f commit 7cce517
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 @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [beta, 1.64.0, 1.56.1]
rust: [beta, 1.65.0, 1.56.1]
os: [ubuntu]
include:
- rust: stable
Expand Down

0 comments on commit 7cce517

Please sign in to comment.