Skip to content

Commit 09cc5b5

Browse files
chore(deps): Update Rust Stable to v1.94 (#382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5db55b0 commit 09cc5b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Install Rust
129129
uses: dtolnay/rust-toolchain@stable
130130
with:
131-
toolchain: "1.93" # STABLE
131+
toolchain: "1.94" # STABLE
132132
- uses: Swatinem/rust-cache@v2
133133
- name: Check documentation
134134
env:
@@ -143,7 +143,7 @@ jobs:
143143
- name: Install Rust
144144
uses: dtolnay/rust-toolchain@stable
145145
with:
146-
toolchain: "1.93" # STABLE
146+
toolchain: "1.94" # STABLE
147147
components: rustfmt
148148
- uses: Swatinem/rust-cache@v2
149149
- name: Check formatting
@@ -159,7 +159,7 @@ jobs:
159159
- name: Install Rust
160160
uses: dtolnay/rust-toolchain@stable
161161
with:
162-
toolchain: "1.93" # STABLE
162+
toolchain: "1.94" # STABLE
163163
components: clippy
164164
- uses: Swatinem/rust-cache@v2
165165
- name: Install SARIF tools

0 commit comments

Comments
 (0)