From 492857088c1984e400d84be6462ac84aea6e4f3b Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Sat, 29 Jul 2023 20:25:16 +0200 Subject: [PATCH] CI: upgrade to Rust 1.71.0 Signed-off-by: Miguel Ojeda --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0ae127ed8ced5..d35699790a2efd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: jobs: ci: runs-on: ubuntu-20.04 - container: ghcr.io/rust-for-linux/ci:Rust-1.70.0 + container: ghcr.io/rust-for-linux/ci:Rust-1.71.0 timeout-minutes: 25 strategy: