Fix rust 1.45 CI
This commit is contained in:
parent
954f9f4c5c
commit
dfa51de466
1 changed files with 4 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -36,6 +36,9 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
override: true
|
override: true
|
||||||
|
- if: matrix.rust == '1.45.0'
|
||||||
|
# work-around https://github.com/serde-rs/serde/issues/2255
|
||||||
|
run: cargo update -p serde --precise 1.0.142
|
||||||
- name: Check with no feature flags
|
- name: Check with no feature flags
|
||||||
run: cargo check --verbose --no-default-features
|
run: cargo check --verbose --no-default-features
|
||||||
continue-on-error: ${{ matrix.allow_failure }}
|
continue-on-error: ${{ matrix.allow_failure }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue