Skip to content

Commit

Permalink
Add Cargo-{minimal,recent}.lock to test deps
Browse files Browse the repository at this point in the history
This replaces manual pins in the README and CI workflow.
[email protected] pin can be elided since the minimal.lock already has 0.3.20.
  • Loading branch information
DanGould committed Sep 10, 2024
1 parent c903f96 commit c42a2f2
Show file tree
Hide file tree
Showing 5 changed files with 3,360 additions and 21 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,6 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
- name: Fixes for MSRV
if: matrix.rust == '1.63.0'
run: |
cargo update
cargo update -p cc --precise 1.0.105
cargo update -p clap_lex --precise 0.3.0
cargo update -p regex --precise 1.9.6
cargo update -p reqwest --precise 0.12.4
cargo update -p [email protected] --precise 0.3.20
cargo update -p tokio --precise 1.38.1
cargo update -p tokio-util --precise 0.7.11
cargo update -p url --precise 2.5.0
cargo update -p which --precise 4.4.0
cargo update -p zstd-sys --precise 2.0.8+zstd.1.5.5
- name: Run tests
run: RUST_LOG=debug bash contrib/test.sh

Expand Down
File renamed without changes.
Loading

0 comments on commit c42a2f2

Please sign in to comment.