From fee1ff37703aa9dd04be9e79062207f0e499d3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Tue, 10 Dec 2024 09:58:15 +0100 Subject: [PATCH] Bump Rust to 1.83 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cdab83..365b341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.82.0 + toolchain: 1.83.0 components: clippy, rustfmt - name: Run clippy run: cargo clippy --all-targets --all-features -- --deny warnings @@ -30,7 +30,7 @@ jobs: - name: Setup Rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.82.0 + toolchain: 1.83.0 - name: Run backend tests run: cargo test diff --git a/Cargo.toml b/Cargo.toml index b3eb3a4..28131c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ version = "0.1.3" license = "Apache-2.0" edition = "2021" -rust-version = "1.82" +rust-version = "1.83" [workspace.dependencies] anyhow = "1.0.94"