Closed Zander-1024 closed 3 weeks ago
Describe the bug
To Reproduce use cargo install gptcommit v0.5.16
Expected behavior A clear and concise description of what you expected to happen.
Screenshots Run your command with the RUST_LOG=trace environment variable for the best support
RUST_LOG=trace
System Info (please complete the following information):
Additional context error[E0635]: unknown feature stdsimd --> C:\Users\zhuang.cargo\registry\src\index.crates.io-6f17d22bba15001f\ahash-0.7.7\src/lib.rs:33:42 | 33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] | ^^^^^^^
stdsimd
Hi @Zander-1024 , thanks for the details bug report. This should be fixed with the latest version of Rust and gptcommit 0.5.17
Describe the bug
To Reproduce use cargo install gptcommit v0.5.16
Expected behavior A clear and concise description of what you expected to happen.
Screenshots Run your command with the
RUST_LOG=trace
environment variable for the best supportSystem Info (please complete the following information):
Additional context error[E0635]: unknown feature
stdsimd
--> C:\Users\zhuang.cargo\registry\src\index.crates.io-6f17d22bba15001f\ahash-0.7.7\src/lib.rs:33:42 | 33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] | ^^^^^^^