Skip to content

Commit 7cce517

Browse files
committed
Raise minimum version for preserve_order feature 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.64.0
1 parent 42ab31f commit 7cce517

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
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
rust: [beta, 1.64.0, 1.56.1]
46+
rust: [beta, 1.65.0, 1.56.1]
4747
os: [ubuntu]
4848
include:
4949
- rust: stable

0 commit comments

Comments
 (0)