Skip to content

Commit 0e81e31

Browse files
committed
chore: bump MSRV to 1.88 in order to use if-let chaining
1 parent 23477b8 commit 0e81e31

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Setup Rust
2525
run: |
26-
rustup toolchain install 1.85 --profile minimal --no-self-update
27-
rustup default 1.85
26+
rustup toolchain install 1.88 --profile minimal --no-self-update
27+
rustup default 1.88
2828
2929
- name: Cache dependencies
3030
uses: Swatinem/rust-cache@v2
@@ -40,8 +40,8 @@ jobs:
4040

4141
- name: Setup Rust
4242
run: |
43-
rustup toolchain install 1.85 --profile minimal --no-self-update
44-
rustup default 1.85
43+
rustup toolchain install 1.88 --profile minimal --no-self-update
44+
rustup default 1.88
4545
4646
- name: Cache dependencies
4747
uses: Swatinem/rust-cache@v2

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bodsky-archiver"
33
version = "0.1.0"
44
edition = "2024"
5-
rust-version = "1.85"
5+
rust-version = "1.88"
66
license = "MIT"
77
authors = ["Pierre Marshall <[email protected]>"]
88
repository = "https://github.com/extua/bodsky-archiver"

0 commit comments

Comments
 (0)