leptos-rs / cargo-leptos

Build tool for Leptos (Rust)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with ahash-0.8.3/src/lib.rs:99:42 - error[E0635]: unknown feature `stdsimd`

felix0421 opened this issue · comments

when i run my rust program,it occurs this error,but the program ran success last year,i find the solution that run the command "cargo update ahash@0.8.11", but it's unuseful,is there anyone like me

Got here with the same problem. Based on #250, running cargo update and afterwards rebuilding fixed the issue for me.

Honestly I'm not quite sure what to do here, we had the same issue with ahash-0.7, but we updated and released ahash-0.8, so....