-
Notifications
You must be signed in to change notification settings - Fork 160
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
New Cargo Feature requires Cargo.toml files update #1349
Comments
Actually modifying the
|
Hey Bodo, have you tried to build with last version? (run |
FYI it works on Ubuntu 20.04 (latest) with Rust 1.57.0 (stable). Make release created the release and cargo clean did not error. Using Ubuntu 20.04 (latest) with Rust 1.48.0 (stable). The same error happened to me as Bodo. I had to delete the rust-toolchain file (denoting stable) in the git repo to override 1.57.0 to 1.48.0. The documentation for forest can be updated with the I know this is a new issue but I also tried building the Docker image and that did not work. Do you want me to create a new issue in the tracker? Compiling forest_libp2p v0.1.0 (/usr/src/forest/node/forest_libp2p) Compiling genesis v0.1.0 (/usr/src/forest/utils/genesis) |
The error that I was observing is reproducible as seen in this test workflow It seems especially applicable to the Rust Versions But I noticed that it does not only affect this project but several libraries that use this feature. So, this issue is actually not applicable to the project. |
According to the Test Matrix the earliest working Rust compiler version is |
Describe the bug
Any Cargo or
make
command fails with Errorfeature 'resolver' is required
To Reproduce
Steps to reproduce the behavior:
Fresh Development Installation with branch
main
updatedrunning
make release
orcargo clean
Log output
Expected behaviour
should compile normally
Environment (please complete the following information):
rustc --version
)Other information and links
Features Meta Tracker
New
resolver
Cargo FeatureThe text was updated successfully, but these errors were encountered: