github: set MSRV to 1.60.0

This commit is contained in:
Harsh Shandilya 2022-06-27 22:34:58 +05:30
parent ef9d9c1b01
commit 5817edc0de
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -13,3 +13,5 @@ name: Check Rust code
jobs: jobs:
check: check:
uses: msfjarvis/shared-workflows/.github/workflows/test-rust-project.yml@main uses: msfjarvis/shared-workflows/.github/workflows/test-rust-project.yml@main
with:
msrv: '1.60.0'