summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-workflow.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-workflow.yml')
-rw-r--r--.github/workflows/build-workflow.yml4
1 files changed, 2 insertions, 2 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 }}