Skip to content

Commit a5e378e

Browse files
chore(deps): Update Rust Stable to v1.87 (#237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18d252e commit a5e378e

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
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install Rust
105105
uses: dtolnay/rust-toolchain@stable
106106
with:
107-
toolchain: "1.86" # STABLE
107+
toolchain: "1.87" # 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.86" # STABLE
122+
toolchain: "1.87" # 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.86" # STABLE
138+
toolchain: "1.87" # STABLE
139139
components: clippy
140140
- uses: Swatinem/rust-cache@v2
141141
- name: Install SARIF tools

0 commit comments

Comments
 (0)