rust-auth
rust-auth copied to clipboard
Rust compile error
Compiling time-core v0.1.2
error[E0635]: unknown feature `stdsimd`
--> /.../.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs:33:42
|
33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
| ^^^^^^^
Compiling powerfmt v0.2.0
Compiling cpufeatures v0.2.9
Compiling serde v1.0.189
Compiling time-macros v0.2.15
For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
Hey, thank you for raising this issue, and sorry for the late response. Based on this rust's merge:
https://github.com/rust-lang/rust/commit/ea37e8091fe87ae0a7e204c034e7d55061e56790
the stdsimd feature was removed. We need to update the crates we used in this repo. I will be glad if you help me with that.