Skip to content

Commit 2a99ad5

Browse files
chore(deps): Update Rust Stable to v1.89
1 parent a6fc210 commit 2a99ad5

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
@@ -110,7 +110,7 @@ jobs:
110110
- name: Install Rust
111111
uses: dtolnay/rust-toolchain@stable
112112
with:
113-
toolchain: "1.87" # STABLE
113+
toolchain: "1.89" # STABLE
114114
- uses: Swatinem/rust-cache@v2
115115
- name: Check documentation
116116
env:
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install Rust
126126
uses: dtolnay/rust-toolchain@stable
127127
with:
128-
toolchain: "1.87" # STABLE
128+
toolchain: "1.89" # STABLE
129129
components: rustfmt
130130
- uses: Swatinem/rust-cache@v2
131131
- name: Check formatting
@@ -141,7 +141,7 @@ jobs:
141141
- name: Install Rust
142142
uses: dtolnay/rust-toolchain@stable
143143
with:
144-
toolchain: "1.87" # STABLE
144+
toolchain: "1.89" # STABLE
145145
components: clippy
146146
- uses: Swatinem/rust-cache@v2
147147
- name: Install SARIF tools

0 commit comments

Comments
 (0)