From 867f104997b8d1eb6c457f2f90b8fdd4c79b8c03 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 11 Aug 2023 14:11:28 +0200 Subject: [PATCH] Bump the rust toolchain --- .github/workflows/build-lists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-lists.yml b/.github/workflows/build-lists.yml index d747e37..0298da5 100644 --- a/.github/workflows/build-lists.yml +++ b/.github/workflows/build-lists.yml @@ -30,7 +30,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.64.0 + toolchain: 1.67 override: true - name: Install dns-ptr-resolver if: steps.cache-dns-ptr-resolver.outputs.cache-hit != 'true'