fix: set MSRV to 1.58.0

This commit is contained in:
Harsh Shandilya 2022-05-16 11:34:23 +05:30
parent ce33baa794
commit b486dcaae4
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

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