Fix indexmap tests for rust 1.37

This commit is contained in:
Graham Esau 2021-09-17 23:53:46 +01:00
parent 605db3bba8
commit 63b3055e7b

View file

@ -38,6 +38,8 @@ jobs:
run: cargo check --verbose --no-default-features
continue-on-error: ${{ matrix.allow_failure }}
working-directory: ./schemars
- if: matrix.rust == '1.37.0'
run: cargo update -p indexmap --precise 1.6.2
- name: Run tests
run: cargo test --verbose ${{ matrix.test_features }} --no-fail-fast
continue-on-error: ${{ matrix.allow_failure }}