Skip to content

Commit

Permalink
Merge pull request #317 from rust-cli/renovate/stable-1.x
Browse files Browse the repository at this point in the history
chore(deps): Update Rust Stable to v1.77
  • Loading branch information
epage committed Apr 17, 2024
2 parents 9f810cc + 7532dc1 commit cb1824b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.76" # STABLE
toolchain: "1.77" # STABLE
- uses: Swatinem/rust-cache@v2
- name: Check documentation
env:
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.76" # STABLE
toolchain: "1.77" # STABLE
components: rustfmt
- uses: Swatinem/rust-cache@v2
- name: Check formatting
Expand All @@ -119,7 +119,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.76" # STABLE
toolchain: "1.77" # STABLE
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Install SARIF tools
Expand Down

0 comments on commit cb1824b

Please sign in to comment.