diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36761ce..c04f1f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.89" # STABLE + toolchain: "1.90" # STABLE - uses: Swatinem/rust-cache@v2 - name: Check documentation env: @@ -123,7 +123,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.89" # STABLE + toolchain: "1.90" # STABLE components: rustfmt - uses: Swatinem/rust-cache@v2 - name: Check formatting @@ -139,7 +139,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.89" # STABLE + toolchain: "1.90" # STABLE components: clippy - uses: Swatinem/rust-cache@v2 - name: Install SARIF tools