Skip to content

Commit a451f21

Browse files
committed
Bump Rust in workflows
1 parent cfb1e98 commit a451f21

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: houseabsolute/actions-rust-cross@v0
4242
with:
4343
target: ${{ matrix.target }}
44-
toolchain: 1.88.0
44+
toolchain: 1.95.0
4545
args: "--locked --release --bin wastebin --bin wastebin-ctl"
4646
strip: true
4747

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout repo
1717
uses: actions/checkout@v4
1818
- name: Install Rust
19-
uses: dtolnay/rust-toolchain@1.88.0
19+
uses: dtolnay/rust-toolchain@1.95.0
2020
with:
2121
components: clippy,rustfmt
2222
- run: cargo clippy -- -Dwarnings

.github/workflows/theme-showcase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Install Rust
24-
uses: dtolnay/rust-toolchain@1.88.0
24+
uses: dtolnay/rust-toolchain@1.95.0
2525

2626
- name: Build
2727
run: |

0 commit comments

Comments
 (0)