-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error #5432
Comments
Lines 1353 to 1355 in f2fff9b
|
And yet ... |
After reading some more - cargo install by default ignores Cargo.lock - you can force the behaviour by running it with --locked |
Oh interesting, I'm surprised that cargo behaves that way. The docs for installation from source should include the |
Done: #5438 |
The next firefox release wil happen on 2023/1/17 so we can raise the MSRV to 1.63 soon to fix this problem (although encouraging the use of |
Summary
Currently the project does not compile because of the 'ignore v0.4.19' package - this package requires 'scoped_threads' - an unstable feature that only stabilized in Rust 1.63. Unfortunatelly the rust-toolchain.toml overrides the current version down to 1.61. That causes the compilation to fail.
This can be fixed by bumping version up to at least 1.63.0
Reproduction Steps
$ git clone https://github.com/helix-editor/helix helix
$ cd helix
$ cargo install --path helix-term
Helix log
No response
Platform
Linux
Terminal Emulator
gnome-terminal
Helix Version
22.12-95-gf2fff9b9
The text was updated successfully, but these errors were encountered: