summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-26 09:18:21 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-18 16:13:30 +0200
commit50470cf6608d435d0d14086faf12b214b1c4bbee (patch)
tree8787f33f3e5263806c419596ddc2e79a8752e720
parentf64df0b9160415d0e59bccef1eea9aa2038534e0 (diff)
Update rustc: 1.62.1 -> 1.63.0
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--.github/workflows/build-workflow.yml4
-rw-r--r--.github/workflows/ci_pipeline.yml4
-rw-r--r--.github/workflows/hosted-post-merge_version_update.yml2
-rw-r--r--.github/workflows/pull-request-checks.yml18
-rw-r--r--.github/workflows/update-tedge-ref-docs.yml2
5 files changed, 15 insertions, 15 deletions
diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml
index 085e901b..f1ff16aa 100644
--- a/.github/workflows/build-workflow.yml
+++ b/.github/workflows/build-workflow.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: Enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.62.1
+ uses: dtolnay/rust-toolchain@1.63.0
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
@@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v3
- name: Enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.62.1
+ uses: dtolnay/rust-toolchain@1.63.0
with:
targets: ${{ matrix.target }}
diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml
index 6e8bc6cf..b5265197 100644
--- a/.github/workflows/ci_pipeline.yml
+++ b/.github/workflows/ci_pipeline.yml
@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
- name: Enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.62.1
+ uses: dtolnay/rust-toolchain@1.63.0
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
@@ -88,7 +88,7 @@ jobs:
uses: actions/checkout@v3
- name: Enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.62.1
+ uses: dtolnay/rust-toolchain@1.63.0
with:
targets: ${{ matrix.target }}
diff --git a/.github/workflows/hosted-post-merge_version_update.yml b/.github/workflows/hosted-post-merge_version_update.yml
index d6cf74a5..48430697 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.62.1
+ toolchain: 1.63.0
components: cargo
override: true
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index fe098a6b..e69fb710 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -168,7 +168,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.62.1
+ uses: dtolnay/rust-toolchain@1.63.0
with:
components: rustfmt, clippy
@@ -180,7 +180,7 @@ jobs:
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
with:
- toolchain: 1.62.1
+ toolchain: 1.63.0
command: clippy
args: --version
@@ -188,7 +188,7 @@ jobs:
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
with:
- toolchain: 1.62.1
+ toolchain: 1.63.0
command: clippy
args: --all-features
@@ -220,7 +220,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.62.1
+ uses: dtolnay/rust-toolchain@1.63.0
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
@@ -258,7 +258,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.62.1
+ uses: dtolnay/rust-toolchain@1.63.0
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
@@ -289,7 +289,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.62.1
+ uses: dtolnay/rust-toolchain@1.63.0
with:
targets: armv7-unknown-linux-gnueabihf
@@ -317,7 +317,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.62.1
+ uses: dtolnay/rust-toolchain@1.63.0
with:
target: armv7-unknown-linux-gnueabihf
@@ -342,8 +342,8 @@ jobs:
# - name: Checkout
# uses: actions/checkout@v3
#
-# - name: Install rust v1.62.1
-# uses: dtolnay/rust-toolchain@1.62.1
+# - name: Install rust v1.63.0
+# uses: dtolnay/rust-toolchain@1.63.0
#
# - name: Enable cache
# # https://github.com/marketplace/actions/rust-cache
diff --git a/.github/workflows/update-tedge-ref-docs.yml b/.github/workflows/update-tedge-ref-docs.yml
index bc910336..a644339c 100644
--- a/.github/workflows/update-tedge-ref-docs.yml
+++ b/.github/workflows/update-tedge-ref-docs.yml
@@ -22,7 +22,7 @@ jobs:
# https://github.com/actions-rs/toolchain
uses: actions-rs/toolchain@v1
with:
- toolchain: 1.62.1
+ toolchain: 1.63.0
override: true
- name: Enable cache