Skip to content

Commit 38006d0

Browse files
chore(deps): Update Rust Stable to v1.80
1 parent ad69a8d commit 38006d0

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
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install Rust
104104
uses: dtolnay/rust-toolchain@stable
105105
with:
106-
toolchain: "1.79" # STABLE
106+
toolchain: "1.80" # STABLE
107107
- uses: Swatinem/rust-cache@v2
108108
- name: Check documentation
109109
env:
@@ -118,7 +118,7 @@ jobs:
118118
- name: Install Rust
119119
uses: dtolnay/rust-toolchain@stable
120120
with:
121-
toolchain: "1.79" # STABLE
121+
toolchain: "1.80" # STABLE
122122
components: rustfmt
123123
- uses: Swatinem/rust-cache@v2
124124
- name: Check formatting
@@ -134,7 +134,7 @@ jobs:
134134
- name: Install Rust
135135
uses: dtolnay/rust-toolchain@stable
136136
with:
137-
toolchain: "1.79" # STABLE
137+
toolchain: "1.80" # STABLE
138138
components: clippy
139139
- uses: Swatinem/rust-cache@v2
140140
- name: Install SARIF tools

0 commit comments

Comments
 (0)