-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It was a gaffe to release memchr 2.6 with a Rust 1.60 MSRV. I had thought we were good there, but it turns out I never actually tested it on aarch64. On aarch64, while many of the intrinsics were stabilized by Rust 1.60, the actual `#[target_feature(enable = "neon")]` attribute was not enabled until Rust 1.61. Since Rust 1.61 is just 6 weeks from Rust 1.60 and Rust 1.61 is still pretty conservative overall (released almost over 1.5 years ago), we just bump the MSRV to Rust 1.61 and declare the original Rust 1.60 a bug. Fixes #136
- Loading branch information
1 parent
1b72c5f
commit e1f72c6
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters