Skip to content

Commit 0ccbd9f

Browse files
chore(deps): Update Rust Stable to v1.89
1 parent 45d63f6 commit 0ccbd9f

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
@@ -108,7 +108,7 @@ jobs:
108108
- name: Install Rust
109109
uses: dtolnay/rust-toolchain@stable
110110
with:
111-
toolchain: "1.88" # STABLE
111+
toolchain: "1.89" # 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.88" # STABLE
126+
toolchain: "1.89" # 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.88" # STABLE
142+
toolchain: "1.89" # STABLE
143143
components: clippy
144144
- uses: Swatinem/rust-cache@v2
145145
- name: Install SARIF tools

0 commit comments

Comments
 (0)