Skip to content

Commit d7802b3

Browse files
chore(deps): Update Rust Stable to v1.91 (#1265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10890ae commit d7802b3

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
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install Rust
110110
uses: dtolnay/rust-toolchain@stable
111111
with:
112-
toolchain: "1.90" # STABLE
112+
toolchain: "1.91" # STABLE
113113
- uses: Swatinem/rust-cache@v2
114114
- name: Check documentation
115115
env:
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install Rust
125125
uses: dtolnay/rust-toolchain@stable
126126
with:
127-
toolchain: "1.90" # STABLE
127+
toolchain: "1.91" # STABLE
128128
components: rustfmt
129129
- uses: Swatinem/rust-cache@v2
130130
- name: Check formatting
@@ -140,7 +140,7 @@ jobs:
140140
- name: Install Rust
141141
uses: dtolnay/rust-toolchain@stable
142142
with:
143-
toolchain: "1.90" # STABLE
143+
toolchain: "1.91" # STABLE
144144
components: clippy
145145
- uses: Swatinem/rust-cache@v2
146146
- name: Install SARIF tools

0 commit comments

Comments
 (0)