Skip to content

Commit

Permalink
fix pinning in CI, do it only for 1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Aug 30, 2023
1 parent b9f37ad commit 4364a1d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,17 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- run: cargo update -p log --precise 0.4.18
- run: cargo update -p serde --precise 1.0.152
- run: |
cargo update -p which --precise 4.2.5
cargo update -p tempfile --precise 3.3.0
cargo update -p log --precise 0.4.18
cargo update -p serde_json --precise 1.0.99
cargo update -p serde --precise 1.0.156
cargo update -p regex --precise 1.7.3
cargo update -p thiserror --precise 1.0.40
cargo update -p quote --precise 1.0.28
cargo update -p proc-macro2 --precise 1.0.63
if: ${{ matrix.toolchain == '1.48.0' }}
- run: cargo build

build-nix:
Expand Down

0 comments on commit 4364a1d

Please sign in to comment.