-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Cargo-{minimal,recent}.lock to test deps
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
Showing
5 changed files
with
3,360 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
File renamed without changes.
Oops, something went wrong.