We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68845bd commit a463fb5Copy full SHA for a463fb5
.github/workflows/ci.yml
@@ -78,9 +78,7 @@ jobs:
78
79
- name: Get MSRV from package metadata
80
id: metadata
81
- run: |
82
- cargo metadata --no-deps --format-version 1 |
83
- jq -r '"msrv=" + (.packages[] | select(.name == "http")).rust_version' >> $GITHUB_OUTPUT
+ run: echo "msrv=$(yq '.package.rust-version' Cargo.toml)" >> $GITHUB_OUTPUT
84
85
- name: Install Rust (${{ steps.metadata.outputs.msrv }})
86
uses: dtolnay/rust-toolchain@master
0 commit comments