Skip to content

Commit 893d8ef

Browse files
chore(deps): Update Rust Stable to v1.84 (#1223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89d6334 commit 893d8ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install Rust
107107
uses: dtolnay/rust-toolchain@stable
108108
with:
109-
toolchain: "1.83" # STABLE
109+
toolchain: "1.84" # STABLE
110110
- uses: Swatinem/rust-cache@v2
111111
- name: Check documentation
112112
env:
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Rust
122122
uses: dtolnay/rust-toolchain@stable
123123
with:
124-
toolchain: "1.83" # STABLE
124+
toolchain: "1.84" # STABLE
125125
components: rustfmt
126126
- uses: Swatinem/rust-cache@v2
127127
- name: Check formatting
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install Rust
138138
uses: dtolnay/rust-toolchain@stable
139139
with:
140-
toolchain: "1.83" # STABLE
140+
toolchain: "1.84" # STABLE
141141
components: clippy
142142
- uses: Swatinem/rust-cache@v2
143143
- name: Install SARIF tools

0 commit comments

Comments
 (0)