Skip to content

Commit 8ccb13f

Browse files
chore(deps): Update Rust Stable to v1.94 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 155ad97 commit 8ccb13f

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.93" # STABLE
116+
toolchain: "1.94" # 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.93" # STABLE
131+
toolchain: "1.94" # 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.93" # STABLE
147+
toolchain: "1.94" # STABLE
148148
components: clippy
149149
- uses: Swatinem/rust-cache@v2
150150
- name: Install SARIF tools

0 commit comments

Comments
 (0)