Skip to content

Commit b513834

Browse files
chore(deps): Update Rust Stable to v1.85
1 parent 27c2a2b commit b513834

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.0" # STABLE
109+
toolchain: "1.85" # 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.0" # STABLE
124+
toolchain: "1.85" # 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.0" # STABLE
140+
toolchain: "1.85" # STABLE
141141
components: clippy
142142
- uses: Swatinem/rust-cache@v2
143143
- name: Install SARIF tools

0 commit comments

Comments
 (0)