Skip to content

Commit c4e0426

Browse files
chore(deps): Update Rust Stable to v1.89
1 parent 7f7d5be commit c4e0426

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
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install Rust
106106
uses: dtolnay/rust-toolchain@stable
107107
with:
108-
toolchain: "1.88" # STABLE
108+
toolchain: "1.89" # STABLE
109109
- uses: Swatinem/rust-cache@v2
110110
- name: Check documentation
111111
env:
@@ -120,7 +120,7 @@ jobs:
120120
- name: Install Rust
121121
uses: dtolnay/rust-toolchain@stable
122122
with:
123-
toolchain: "1.88" # STABLE
123+
toolchain: "1.89" # STABLE
124124
components: rustfmt
125125
- uses: Swatinem/rust-cache@v2
126126
- name: Check formatting
@@ -136,7 +136,7 @@ jobs:
136136
- name: Install Rust
137137
uses: dtolnay/rust-toolchain@stable
138138
with:
139-
toolchain: "1.88" # STABLE
139+
toolchain: "1.89" # STABLE
140140
components: clippy
141141
- uses: Swatinem/rust-cache@v2
142142
- name: Install SARIF tools

0 commit comments

Comments
 (0)