Skip to content

Commit 5212df9

Browse files
authored
Merge pull request #318 from rust-cli/renovate/stable-1.x
chore(deps): Update Rust Stable to v1.78
2 parents b4057d3 + 1147339 commit 5212df9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install Rust
8989
uses: dtolnay/rust-toolchain@stable
9090
with:
91-
toolchain: "1.77" # STABLE
91+
toolchain: "1.78" # STABLE
9292
- uses: Swatinem/rust-cache@v2
9393
- name: Check documentation
9494
env:
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install Rust
104104
uses: dtolnay/rust-toolchain@stable
105105
with:
106-
toolchain: "1.77" # STABLE
106+
toolchain: "1.78" # STABLE
107107
components: rustfmt
108108
- uses: Swatinem/rust-cache@v2
109109
- name: Check formatting
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install Rust
120120
uses: dtolnay/rust-toolchain@stable
121121
with:
122-
toolchain: "1.77" # STABLE
122+
toolchain: "1.78" # STABLE
123123
components: clippy
124124
- uses: Swatinem/rust-cache@v2
125125
- name: Install SARIF tools

0 commit comments

Comments
 (0)