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"