Skip to content

Commit

Permalink
Pin aho-corasick to fix aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 25, 2023
1 parent 6051f05 commit a255fbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ libmimalloc-sys = "=0.1.24"
radix-heap = "0.4.2"
# ignore 0.4.19 requires scoped_threads, which was added in rust 1.63.
ignore = ">= 0.4, < 0.4.19"
# aho-corasick is a dependency of regex and ignore. In 1.1.0 it added
# usage of the target feature 'neon' on aarch64, which is unstable on
# rust 1.60.
#
# https://github.com/BurntSushi/aho-corasick/commit/0be6fe43822aeb193d8894fd1400c8b843320ef0
# https://github.com/rust-lang/rust/pull/90621#issuecomment-1068998914
aho-corasick = ">= 1.0, < 1.1.0"
const_format = "0.2.22"
owo-colors = "3.5.0"
wu-diff = "0.1.2"
Expand Down

0 comments on commit a255fbc

Please sign in to comment.