-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unresolved import crate::arch::x86_64::__m64
#1721
Comments
Yeah I understand. I am just posting this here for reference BTW. |
I've published I noticed that even before the semver break to 1.0, |
Thanks! And yeah, I thought you stopped tracking MSRV stuff a while back. I did the same for ripgrep. (But still do it for some libraries.) |
This updates encoding_rs, crossbeam-utils and crossbeam-channel. This serves two purposes. The encoding_rs update fixes a compilation failure on the latest nightly. The crossbeam updates are good sense and to reduce duplicate dependencies such as cfg-if. (Although, we note that the log crate still pulls in cfg-if 0.1, so ripgrep has a duplicate dependency there for now. But it's very small.) Fixes #1721, Closes #1705
Just a short note,
packed_simd
has a known break on Windows 10. Please see this issue: rust-lang/packed_simd#308The workaround is not so simple. We might have to modify the version of
encoding_rs
dependency toencoding_rs = { git = "https://github.com/hsivonen/encoding_rs" }
in both these files:crates/searcher/Cargo.toml
encoding_rs_io
src in cargo cacheThe error log of
RUSTFLAGS="-C target-cpu=native" cargo build --release --features 'simd-accel'
is:The text was updated successfully, but these errors were encountered: