Skip to content

Commit

Permalink
Raise preserve_order required Rust version to 1.32
Browse files Browse the repository at this point in the history
Required by the dependency on indexmap which now depends on hashbrown 0.8.1.
  • Loading branch information
dtolnay committed Jul 18, 2020
1 parent b102478 commit fdc177d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [beta, stable, 1.31.0]
rust: [beta, stable, 1.32.0, 1.31.0]
os: [ubuntu]
include:
- rust: stable
Expand All @@ -42,6 +42,7 @@ jobs:
toolchain: ${{matrix.rust}}
- run: cargo check
- run: cargo check --features preserve_order
if: matrix.rust != '1.31.0'
- run: cargo check --features float_roundtrip
- run: cargo check --features arbitrary_precision
- run: cargo check --features raw_value
Expand Down

0 comments on commit fdc177d

Please sign in to comment.