Skip to content

Update Cargo.lock to fix stdsimd error on ahash

Ron Williams requested to merge rw_van/helix:fix-stdsimd into redox

The older ahash crate was causing a compile error because of [cfg(feature = "stdsimd")] which is no longer valid with the latest compiler. cargo update was enough to fix the problem.

There are other compiler warnings, but this fix should be sufficient for now. Once we have signals working well, we can probably upstream a fix to the signal_hook crate and get rid of our fork.

Merge request reports