Fix rustc 1.45 CI
This commit is contained in:
parent
5268080b01
commit
b13fcd15cf
1 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
override: true
|
||||
- if: matrix.rust == '1.45.0'
|
||||
# work-around https://github.com/serde-rs/serde/issues/2255 and similar crate/rustc compatibility issues
|
||||
run: cargo update -p serde --precise 1.0.142 && cargo update -p once_cell --precise 1.10.0 && cargo update -p pretty_assertions --precise 1.2.1
|
||||
run: cargo update -p serde --precise 1.0.142 && cargo update -p once_cell --precise 1.10.0 && cargo update -p pretty_assertions --precise 1.2.1 && cargo update -p trybuild --precise 1.0.64
|
||||
- name: Check with no feature flags
|
||||
run: cargo check --verbose --no-default-features
|
||||
continue-on-error: ${{ matrix.allow_failure }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue