Skip to content

Commit fdc177d

Browse files
committed
Raise preserve_order required Rust version to 1.32
Required by the dependency on indexmap which now depends on hashbrown 0.8.1.
1 parent b102478 commit fdc177d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
rust: [beta, stable, 1.31.0]
33+
rust: [beta, stable, 1.32.0, 1.31.0]
3434
os: [ubuntu]
3535
include:
3636
- rust: stable
@@ -42,6 +42,7 @@ jobs:
4242
toolchain: ${{matrix.rust}}
4343
- run: cargo check
4444
- run: cargo check --features preserve_order
45+
if: matrix.rust != '1.31.0'
4546
- run: cargo check --features float_roundtrip
4647
- run: cargo check --features arbitrary_precision
4748
- run: cargo check --features raw_value

0 commit comments

Comments
 (0)