Skip to content

Commit 41f238a

Browse files
chore(deps): Update Rust Stable to v1.97
1 parent 50e2e03 commit 41f238a

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
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install Rust
126126
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
127127
with:
128-
toolchain: "1.96" # STABLE
128+
toolchain: "1.97" # STABLE
129129
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
130130
- name: Check documentation
131131
env:
@@ -142,7 +142,7 @@ jobs:
142142
- name: Install Rust
143143
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
144144
with:
145-
toolchain: "1.96" # STABLE
145+
toolchain: "1.97" # STABLE
146146
components: rustfmt
147147
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
148148
- name: Check formatting
@@ -160,7 +160,7 @@ jobs:
160160
- name: Install Rust
161161
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
162162
with:
163-
toolchain: "1.96" # STABLE
163+
toolchain: "1.97" # STABLE
164164
components: clippy
165165
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
166166
- name: Install SARIF tools

0 commit comments

Comments
 (0)