From 4c07eb4bec8056248fb69bde7fe6578e7de32768 Mon Sep 17 00:00:00 2001 From: Elena Frank Date: Tue, 10 Dec 2024 21:07:41 +0700 Subject: [PATCH] chore(ci): update Rust stable version --- .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: