Skip to content

Commit ce410dd

Browse files
committed
Raise compiler version required for preserve_order feature to 1.82
Required since version 2.12.0 of indexmap.
1 parent b9cafe2 commit ce410dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
rust: [beta, 1.65.0, 1.61.0]
47+
rust: [beta, 1.82.0, 1.61.0]
4848
os: [ubuntu]
4949
include:
5050
- rust: stable

0 commit comments

Comments
 (0)