Skip to content

Commit 8012fc2

Browse files
chore(deps): Update Rust Stable to v1.97 (#312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28f32f8 commit 8012fc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Install Rust
133133
uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
134134
with:
135-
toolchain: "1.96" # STABLE
135+
toolchain: "1.97" # STABLE
136136
- name: Initialize cache
137137
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
138138
- name: Check documentation
@@ -150,7 +150,7 @@ jobs:
150150
- name: Install Rust
151151
uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
152152
with:
153-
toolchain: "1.96" # STABLE
153+
toolchain: "1.97" # STABLE
154154
components: rustfmt
155155
- name: Initialize cache
156156
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
@@ -169,7 +169,7 @@ jobs:
169169
- name: Install Rust
170170
uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
171171
with:
172-
toolchain: "1.96" # STABLE
172+
toolchain: "1.97" # STABLE
173173
components: clippy
174174
- name: Initialize cache
175175
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1

0 commit comments

Comments
 (0)