Skip to content

Commit b9a18bd

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

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
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install Rust
108108
uses: dtolnay/rust-toolchain@stable
109109
with:
110-
toolchain: "1.90" # STABLE
110+
toolchain: "1.91" # STABLE
111111
- uses: Swatinem/rust-cache@v2
112112
- name: Check documentation
113113
env:
@@ -122,7 +122,7 @@ jobs:
122122
- name: Install Rust
123123
uses: dtolnay/rust-toolchain@stable
124124
with:
125-
toolchain: "1.90" # STABLE
125+
toolchain: "1.91" # STABLE
126126
components: rustfmt
127127
- uses: Swatinem/rust-cache@v2
128128
- name: Check formatting
@@ -138,7 +138,7 @@ jobs:
138138
- name: Install Rust
139139
uses: dtolnay/rust-toolchain@stable
140140
with:
141-
toolchain: "1.90" # STABLE
141+
toolchain: "1.91" # STABLE
142142
components: clippy
143143
- uses: Swatinem/rust-cache@v2
144144
- name: Install SARIF tools

0 commit comments

Comments
 (0)