Skip to content

Commit f932aed

Browse files
chore(deps): Update Rust Stable to v1.91
1 parent 2c71893 commit f932aed

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
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install Rust
9090
uses: dtolnay/rust-toolchain@stable
9191
with:
92-
toolchain: "1.90" # STABLE
92+
toolchain: "1.91" # STABLE
9393
- uses: Swatinem/rust-cache@v2
9494
- name: Check documentation
9595
env:
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install Rust
105105
uses: dtolnay/rust-toolchain@stable
106106
with:
107-
toolchain: "1.90" # STABLE
107+
toolchain: "1.91" # STABLE
108108
components: rustfmt
109109
- uses: Swatinem/rust-cache@v2
110110
- name: Check formatting
@@ -120,7 +120,7 @@ jobs:
120120
- name: Install Rust
121121
uses: dtolnay/rust-toolchain@stable
122122
with:
123-
toolchain: "1.90" # STABLE
123+
toolchain: "1.91" # STABLE
124124
components: clippy
125125
- uses: Swatinem/rust-cache@v2
126126
- name: Install SARIF tools

0 commit comments

Comments
 (0)