Skip to content

Commit e979505

Browse files
authored
Merge pull request #244 from rust-cli/renovate/stable-1.x
chore(deps): Update Rust Stable to v1.85
2 parents e04ff1a + 19ab86c commit e979505

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
@@ -108,7 +108,7 @@ jobs:
108108
- name: Install Rust
109109
uses: dtolnay/rust-toolchain@stable
110110
with:
111-
toolchain: "1.84" # STABLE
111+
toolchain: "1.85" # STABLE
112112
- uses: Swatinem/rust-cache@v2
113113
- name: Check documentation
114114
env:
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install Rust
124124
uses: dtolnay/rust-toolchain@stable
125125
with:
126-
toolchain: "1.84" # STABLE
126+
toolchain: "1.85" # STABLE
127127
components: rustfmt
128128
- uses: Swatinem/rust-cache@v2
129129
- name: Check formatting
@@ -139,7 +139,7 @@ jobs:
139139
- name: Install Rust
140140
uses: dtolnay/rust-toolchain@stable
141141
with:
142-
toolchain: "1.84" # STABLE
142+
toolchain: "1.85" # STABLE
143143
components: clippy
144144
- uses: Swatinem/rust-cache@v2
145145
- name: Install SARIF tools

0 commit comments

Comments
 (0)