Skip to content

Commit 4a0230e

Browse files
committed
Update CI to getrid of old clippy warnings
1 parent c09fd37 commit 4a0230e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions-rs/toolchain@v1
4747
with:
4848
profile: minimal
49-
toolchain: 1.88.0
49+
toolchain: 1.93.1
5050
override: true
5151

5252
- uses: Swatinem/rust-cache@v2
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions-rs/toolchain@v1
9999
with:
100100
profile: minimal
101-
toolchain: 1.88.0
101+
toolchain: 1.93.1
102102
override: true
103103

104104
- uses: Swatinem/rust-cache@v2
@@ -136,7 +136,7 @@ jobs:
136136
uses: actions-rs/toolchain@v1
137137
with:
138138
profile: minimal
139-
toolchain: 1.88.0
139+
toolchain: 1.93.1
140140
override: true
141141
- uses: Swatinem/rust-cache@v2
142142
with:

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions-rs/toolchain@v1
2323
with:
2424
profile: minimal
25-
toolchain: 1.88.0
25+
toolchain: 1.93.1
2626
override: true
2727
components: clippy, rustfmt
2828
- uses: Swatinem/rust-cache@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions-rs/toolchain@v1
2020
with:
2121
profile: minimal
22-
toolchain: 1.88.0
22+
toolchain: 1.93.1
2323
override: true
2424
components: clippy, rustfmt
2525

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default-members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
rust-version = "1.88.0"
14+
rust-version = "1.93.0"
1515
edition = "2024"
1616
authors = ["Ada Böhm <ada@kreatrix.org>", "Jakub Beránek <berykubik@gmail.com>"]
1717

0 commit comments

Comments
 (0)