Skip to content

Commit 3e6ed3d

Browse files
chore(deps): Update Rust Stable to v1.92
1 parent 0612fd1 commit 3e6ed3d

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
@@ -114,7 +114,7 @@ jobs:
114114
- name: Install Rust
115115
uses: dtolnay/rust-toolchain@stable
116116
with:
117-
toolchain: "1.91" # STABLE
117+
toolchain: "1.92" # STABLE
118118
- uses: Swatinem/rust-cache@v2
119119
- name: Check documentation
120120
env:
@@ -129,7 +129,7 @@ jobs:
129129
- name: Install Rust
130130
uses: dtolnay/rust-toolchain@stable
131131
with:
132-
toolchain: "1.91" # STABLE
132+
toolchain: "1.92" # STABLE
133133
components: rustfmt
134134
- uses: Swatinem/rust-cache@v2
135135
- name: Check formatting
@@ -145,7 +145,7 @@ jobs:
145145
- name: Install Rust
146146
uses: dtolnay/rust-toolchain@stable
147147
with:
148-
toolchain: "1.91" # STABLE
148+
toolchain: "1.92" # STABLE
149149
components: clippy
150150
- uses: Swatinem/rust-cache@v2
151151
- name: Install SARIF tools

0 commit comments

Comments
 (0)