Skip to content

Commit

Permalink
ci: downgrade dependencies for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jul 22, 2023
1 parent 912b43b commit 261c527
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
with:
toolchain: ${{ matrix.rust }}

- name: MSRV dependencies
if: matrix.rust == '1.36.0'
run: |
cargo generate-lockfile
cargo update -p serde_json --precise 1.0.99
cargo update -p serde --precise 1.0.156
cargo update -p quote --precise 1.0.30
cargo update -p proc-macro2 --precise 1.0.65
- name: Build (no_std)
run: cargo build --no-default-features

Expand Down

0 comments on commit 261c527

Please sign in to comment.