From acb58d44a5b71ee60f4a40902ca43b6437b95109 Mon Sep 17 00:00:00 2001 From: Lindsay Stewart Date: Tue, 29 Aug 2023 13:00:01 -0700 Subject: [PATCH] Fix xdp (#1941) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4703fcefae..8a881642f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -804,7 +804,7 @@ jobs: - uses: actions-rs/toolchain@v1.0.7 id: toolchain with: - toolchain: 1.67.0 + toolchain: 1.70.0 profile: minimal override: true components: clippy,rustfmt