Skip to content

Commit

Permalink
ci: pin cargo-msrv temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Oct 9, 2024
1 parent 3b2c613 commit 3cd8693
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,9 @@ jobs:
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-msrv
# TODO: remove this version pinning
# The latest 0.16 supports workspace inheritance, so the check will fail
version: "0.15"
# Note this currently uses a manually maintained key in
# `prqlc/prqlc/Cargo.toml`, because of
# https://github.com/foresterre/cargo-msrv/issues/590
Expand Down

0 comments on commit 3cd8693

Please sign in to comment.