udpate rust version

This commit is contained in:
realaravinth
2021-06-30 22:29:20 +05:30
parent ac46f1da6a
commit 8f0c4c093b
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ jobs:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
- name: Generate coverage file
if: matrix.version == '1.51.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.15.0'