Skip to content

Commit 16fba4b

Browse files
chore(deps): Update Rust Stable to v1.80 (#5600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a92f42 commit 16fba4b

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
@@ -181,7 +181,7 @@ jobs:
181181
- name: Install Rust
182182
uses: dtolnay/rust-toolchain@stable
183183
with:
184-
toolchain: "1.79" # STABLE
184+
toolchain: "1.80" # STABLE
185185
- uses: Swatinem/rust-cache@v2
186186
- name: Check documentation
187187
env:
@@ -196,7 +196,7 @@ jobs:
196196
- name: Install Rust
197197
uses: dtolnay/rust-toolchain@stable
198198
with:
199-
toolchain: "1.79" # STABLE
199+
toolchain: "1.80" # STABLE
200200
components: rustfmt
201201
- uses: Swatinem/rust-cache@v2
202202
- name: Check formatting
@@ -210,7 +210,7 @@ jobs:
210210
- name: Install Rust
211211
uses: dtolnay/rust-toolchain@stable
212212
with:
213-
toolchain: "1.79" # STABLE
213+
toolchain: "1.80" # STABLE
214214
components: clippy
215215
- uses: Swatinem/rust-cache@v2
216216
- name: Lint (ultra-minimal)

0 commit comments

Comments
 (0)