Skip to content

Commit 9e90897

Browse files
committed
Raise required compiler to Rust 1.71
For std::hash::BuildHasher::hash_one. https://doc.rust-lang.org/std/hash/trait.BuildHasher.html#method.hash_one
1 parent 0e5ad51 commit 9e90897

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
toolchain:
14-
- "1.65"
14+
- "1.71"
1515
- stable
1616
runs-on: ubuntu-latest
1717
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "imara-diff"
33
version = "0.1.7"
44
edition = "2021"
55
authors = ["pascalkuthe <[email protected]>"]
6-
rust-version = "1.61"
6+
rust-version = "1.71"
77
license = "Apache-2.0"
88

99
description = "A high performance library for computing diffs."

0 commit comments

Comments
 (0)