From afcaf81a6eb66ccfb245591c1ac21994a5965ec5 Mon Sep 17 00:00:00 2001 From: Elena Frank Date: Wed, 11 Dec 2024 17:21:43 +0700 Subject: [PATCH] chore(ci): update Rust stable version Update Rust stable version in our CI to the latest stable version 1.83.0. Pull-Request: #5730. --- .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 aad5b39aec7..0a849da9c97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -225,7 +225,7 @@ jobs: fail-fast: false matrix: rust-version: [ - 1.80.0, # current stable + 1.83.0, # current stable beta, ] steps: