Skip to content

Commit 40197bb

Browse files
authored
Merge pull request #158 from rust-lang/renovate/stable-1.x
chore(deps): Update dependency STABLE to v1.82.0
2 parents 64e1a8d + 3a79f3a commit 40197bb

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
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install Rust
105105
uses: dtolnay/rust-toolchain@stable
106106
with:
107-
toolchain: "1.81.0" # STABLE
107+
toolchain: "1.82.0" # STABLE
108108
- uses: Swatinem/rust-cache@v2
109109
- name: Check documentation
110110
env:
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install Rust
120120
uses: dtolnay/rust-toolchain@stable
121121
with:
122-
toolchain: "1.81.0" # STABLE
122+
toolchain: "1.82.0" # STABLE
123123
components: rustfmt
124124
- uses: Swatinem/rust-cache@v2
125125
- name: Check formatting
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install Rust
136136
uses: dtolnay/rust-toolchain@stable
137137
with:
138-
toolchain: "1.81.0" # STABLE
138+
toolchain: "1.82.0" # STABLE
139139
components: clippy
140140
- uses: Swatinem/rust-cache@v2
141141
- name: Install SARIF tools

0 commit comments

Comments
 (0)