Skip to content

Commit 80985f9

Browse files
chore(deps): Update Rust Stable to v1.84
1 parent 0a2dff3 commit 80985f9

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
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install Rust
112112
uses: dtolnay/rust-toolchain@stable
113113
with:
114-
toolchain: "1.83.0" # STABLE
114+
toolchain: "1.84" # STABLE
115115
- uses: Swatinem/rust-cache@v2
116116
- name: Check documentation
117117
env:
@@ -126,7 +126,7 @@ jobs:
126126
- name: Install Rust
127127
uses: dtolnay/rust-toolchain@stable
128128
with:
129-
toolchain: "1.83.0" # STABLE
129+
toolchain: "1.84" # STABLE
130130
components: rustfmt
131131
- uses: Swatinem/rust-cache@v2
132132
- name: Check formatting
@@ -142,7 +142,7 @@ jobs:
142142
- name: Install Rust
143143
uses: dtolnay/rust-toolchain@stable
144144
with:
145-
toolchain: "1.83.0" # STABLE
145+
toolchain: "1.84" # STABLE
146146
components: clippy
147147
- uses: Swatinem/rust-cache@v2
148148
- name: Install SARIF tools

0 commit comments

Comments
 (0)