Skip to content

Commit

Permalink
Second attempt to fix rust 1.45 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Oct 2, 2022
1 parent cf0cf2b commit 84c2a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
toolchain: ${{ matrix.rust }}
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 && cargo update -p once_cell --precise 1.10.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
- name: Check with no feature flags
run: cargo check --verbose --no-default-features
continue-on-error: ${{ matrix.allow_failure }}
Expand Down

0 comments on commit 84c2a2b

Please sign in to comment.