From 76d271d0f07681c613a9c865671834ef518a3ff4 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Krieger Date: Tue, 22 Oct 2024 16:32:29 -0300 Subject: [PATCH] fix: update rust version on ci to latest --- .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 abff72d..267fd71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.73 + toolchain: 1.82 override: true components: rustfmt, clippy