We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3817a79 commit 5baf537Copy full SHA for 5baf537
.github/workflows/CI.yml
@@ -107,7 +107,7 @@ jobs:
107
108
- name: Get MSRV from package metadata
109
id: msrv
110
- run: grep rust-version Cargo.toml | cut -d'"' -f2 | sed 's/^/version=/' >> $GITHUB_OUTPUT
+ run: echo "version=$(yq '.package.rust-version' Cargo.toml)" >> $GITHUB_OUTPUT
111
112
- name: Install Rust (${{ steps.msrv.outputs.version }})
113
uses: dtolnay/rust-toolchain@master
0 commit comments