From 2fd69f02c64be2f92254cf83c2f3bf4bb1b35f07 Mon Sep 17 00:00:00 2001 From: Vladimir Fomene Date: Wed, 16 Aug 2023 15:58:57 +0300 Subject: [PATCH] fix: update toolchain to 1.67.0 --- .github/workflows/code_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 4e1d50c03a..051db5fcf6 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -19,7 +19,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.65.0" + toolchain: "1.67.0" override: true profile: minimal components: llvm-tools-preview