summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2024-03-05 22:08:10 -0800
committerWilfred Hughes <me@wilfred.me.uk>2024-03-05 22:12:11 -0800
commitd9d6401c45d8f1094eec2fb35c0401dc5a589de5 (patch)
tree2b5afcadb37786aa65be9611452ac05b882907b8
parentbf8fcab4207c18910bf71ddd858ad35b83b2adee (diff)
Update ahash to fix aarch64 build on macOS0.56.1
See upstream discussion in https://github.com/tkaitchuck/aHash/issues/207
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c160ce55a..ca5158166 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
## 0.56.1 (unreleased)
+### Build
+
+Fixed an issue with building difftastic on aarch64 with rust 1.71 or
+earlier.
+
## 0.56 (released 5th March 2024)
### Parsing
diff --git a/Cargo.lock b/Cargo.lock
index 657d85bd0..425b396c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,9 +4,9 @@ version = 3
[[package]]
name = "ahash"
-version = "0.8.7"
+version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
+checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
dependencies = [
"cfg-if",
"once_cell",