We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5ad51 commit 9e90897Copy full SHA for 9e90897
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
toolchain:
14
- - "1.65"
+ - "1.71"
15
- stable
16
runs-on: ubuntu-latest
17
steps:
Cargo.toml
@@ -3,7 +3,7 @@ name = "imara-diff"
3
version = "0.1.7"
4
edition = "2021"
5
authors = ["pascalkuthe <[email protected]>"]
6
-rust-version = "1.61"
+rust-version = "1.71"
7
license = "Apache-2.0"
8
9
description = "A high performance library for computing diffs."
0 commit comments