Skip to content

Commit 9722046

Browse files
authored
Merge pull request #39 from assert-rs/renovate/stable-1.x
chore(deps): Update Rust Stable to v1.78
2 parents 780f481 + 592f040 commit 9722046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install Rust
8787
uses: dtolnay/rust-toolchain@stable
8888
with:
89-
toolchain: "1.77" # STABLE
89+
toolchain: "1.78" # STABLE
9090
- uses: Swatinem/rust-cache@v2
9191
- name: Check documentation
9292
env:
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Rust
102102
uses: dtolnay/rust-toolchain@stable
103103
with:
104-
toolchain: "1.77" # STABLE
104+
toolchain: "1.78" # STABLE
105105
components: rustfmt
106106
- uses: Swatinem/rust-cache@v2
107107
- name: Check formatting
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install Rust
118118
uses: dtolnay/rust-toolchain@stable
119119
with:
120-
toolchain: "1.77" # STABLE
120+
toolchain: "1.78" # STABLE
121121
components: clippy
122122
- uses: Swatinem/rust-cache@v2
123123
- name: Install SARIF tools

0 commit comments

Comments
 (0)