Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 27, 2025
1 parent 3591a3b commit 9c86f39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@ jobs:

- name: Check with minimal dependency versions
run: |
rustup toolchain add 1.73.0
# minimal-versions cannot correctly resolve the ssh-key dep on Rust <1.73
cargo +1.73.0 minimal-versions check --all-features --no-dev-deps
rustup toolchain add 1.75.0
cargo +1.75.0 minimal-versions check --all-features --no-dev-deps

0 comments on commit 9c86f39

Please sign in to comment.