yshui / index_camera_passthrough

Experimental Valve Index camera passthrough for Linux
MIT License
46 stars 1 forks source link

Bump config crate to use newer ahash #11

Closed Scrumplex closed 4 months ago

Scrumplex commented 4 months ago

Rust recently dropped the stdsimd feature which breaks ahash@0.7.x

To avoid pulling in the older version, let's bump config

See https://users.rust-lang.org/t/error-e0635-unknown-feature-stdsimd/106445

yshui commented 4 months ago

thank you!

Scrumplex commented 4 months ago

Looks like I was testing this with an older compiler that built fine either way. We need ahash >= 0.8.9 actually :eyes: