Skip to content

Commit f730e95

Browse files
chore(deps): Update Rust Stable to v1.84
1 parent 324619f commit f730e95

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
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install Rust
9191
uses: dtolnay/rust-toolchain@stable
9292
with:
93-
toolchain: "1.83" # STABLE
93+
toolchain: "1.84" # STABLE
9494
- uses: Swatinem/rust-cache@v2
9595
- name: Check documentation
9696
env:
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install Rust
106106
uses: dtolnay/rust-toolchain@stable
107107
with:
108-
toolchain: "1.83" # STABLE
108+
toolchain: "1.84" # STABLE
109109
components: rustfmt
110110
- uses: Swatinem/rust-cache@v2
111111
- name: Check formatting
@@ -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: clippy
126126
- uses: Swatinem/rust-cache@v2
127127
- name: Install SARIF tools

0 commit comments

Comments
 (0)