Skip to content

Commit

Permalink
bump the minimal version for coverage to 1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jul 30, 2021
1 parent 35a9b7f commit ef99ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
PROJECT_DESC: "Core universal (cross-platform) utilities"
PROJECT_AUTH: "uutils"
RUST_MIN_SRV: "1.43.1" ## v1.43.0
RUST_COV_SRV: "2020-08-01" ## (~v1.47.0) supported rust version for code coverage; (date required/used by 'coverage') ## !maint: refactor when code coverage support is included in the stable channel
RUST_COV_SRV: "2021-03-25" ## (~v1.51.0) supported rust version for code coverage; (date required/used by 'coverage') ## !maint: refactor when code coverage support is included in the stable channel

on: [push, pull_request]

Expand Down

0 comments on commit ef99ad6

Please sign in to comment.