Skip to content

Commit 64d1adf

Browse files
chore(deps): Update Rust Stable to v1.91
1 parent 308f8f5 commit 64d1adf

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
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install Rust
114114
uses: dtolnay/rust-toolchain@stable
115115
with:
116-
toolchain: "1.90" # STABLE
116+
toolchain: "1.91" # STABLE
117117
- uses: Swatinem/rust-cache@v2
118118
- name: Check documentation
119119
env:
@@ -128,7 +128,7 @@ jobs:
128128
- name: Install Rust
129129
uses: dtolnay/rust-toolchain@stable
130130
with:
131-
toolchain: "1.90" # STABLE
131+
toolchain: "1.91" # STABLE
132132
components: rustfmt
133133
- uses: Swatinem/rust-cache@v2
134134
- name: Check formatting
@@ -144,7 +144,7 @@ jobs:
144144
- name: Install Rust
145145
uses: dtolnay/rust-toolchain@stable
146146
with:
147-
toolchain: "1.90" # STABLE
147+
toolchain: "1.91" # STABLE
148148
components: clippy
149149
- uses: Swatinem/rust-cache@v2
150150
- name: Install SARIF tools

0 commit comments

Comments
 (0)