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.
2 parents 68337dd + f309299 commit a9584ccCopy full SHA for a9584cc
1 file changed
.github/workflows/test.yml
@@ -207,7 +207,7 @@ jobs:
207
python-version: '3.14t'
208
allow-prereleases: true
209
- name: Get minimum supported Rust version
210
- run: echo "::set-output name=msrv::$(grep '^rust-version = ' Cargo.toml | grep -o '[0-9.]\+')"
+ run: echo "msrv=$(grep '^rust-version = ' Cargo.toml | grep -o '[0-9.]\+')" >> $GITHUB_OUTPUT
211
id: get_msrv
212
- uses: dtolnay/rust-toolchain@master
213
with:
0 commit comments