We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d424f commit cb975dcCopy full SHA for cb975dc
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/checkout@v6
49
50
- name: Install Rust toolchain
51
- uses: dtolnay/rust-toolchain@1.90.0
+ uses: dtolnay/rust-toolchain@1.88.0
52
53
- name: Check
54
run: cargo check
Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/prefix-dev/flickzeug"
9
readme = "README.md"
10
keywords = ["diff", "patch", "merge"]
11
categories = ["text-processing"]
12
-rust-version = "1.89.0"
+rust-version = "1.88"
13
edition = "2024"
14
15
[dependencies]
0 commit comments