summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2021-08-13 17:05:58 +0200
committerGitHub <noreply@github.com>2021-08-13 17:05:58 +0200
commitfebd723fccece7edc031bf2ac2bc53dd28a8b165 (patch)
treeb1f41bb894d476a5c75e653d3ed941d1a776ad82 /.github
parent32b386ae7d403c7f99031851d350182553dfecbf (diff)
Bump MSRV to 1.54.0 (#384)
* Bump MSRV to 1.54.0 Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/commit-workflow.yml8
-rw-r--r--.github/workflows/hosted-post-merge_version_update.yml2
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/commit-workflow.yml b/.github/workflows/commit-workflow.yml
index 2da09cc1..3ad491e8 100644
--- a/.github/workflows/commit-workflow.yml
+++ b/.github/workflows/commit-workflow.yml
@@ -105,10 +105,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- - name: Install rust v1.51.0
+ - name: Install rust v1.54.0
uses: actions-rs/toolchain@v1
with:
- toolchain: "1.51.0"
+ toolchain: "1.54.0"
override: true
- name: Enable cache
@@ -130,7 +130,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: tarpaulin
- args: -v --out Xml
+ args: --avoid-cfg-tarpaulin -v --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
@@ -197,4 +197,4 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: msrv
- args: --minimum 1.51.0
+ args: --minimum 1.54.0
diff --git a/.github/workflows/hosted-post-merge_version_update.yml b/.github/workflows/hosted-post-merge_version_update.yml
index 0a8d52fc..5e811880 100644
--- a/.github/workflows/hosted-post-merge_version_update.yml
+++ b/.github/workflows/hosted-post-merge_version_update.yml
@@ -20,7 +20,7 @@ jobs:
- name: enable toolchain via github action
uses: actions-rs/toolchain@v1
with:
- toolchain: 1.51
+ toolchain: 1.54
components: cargo
override: true