leptos-rs / cargo-leptos

Build tool for Leptos (Rust)
MIT License
314 stars 87 forks source link

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

Open felix0421 opened 2 months ago

felix0421 commented 2 months ago

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

btoschek commented 1 month ago

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

benwis commented 1 month ago

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....