Skip to content

Commit cb975dc

Browse files
committed
Reduce MSRV to 1.88
Seems to build OK
1 parent 18d424f commit cb975dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v6
4949

5050
- name: Install Rust toolchain
51-
uses: dtolnay/rust-toolchain@1.90.0
51+
uses: dtolnay/rust-toolchain@1.88.0
5252

5353
- name: Check
5454
run: cargo check

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/prefix-dev/flickzeug"
99
readme = "README.md"
1010
keywords = ["diff", "patch", "merge"]
1111
categories = ["text-processing"]
12-
rust-version = "1.89.0"
12+
rust-version = "1.88"
1313
edition = "2024"
1414

1515
[dependencies]

0 commit comments

Comments
 (0)