error: failed to parse manifest at `/home/lomination/ddnet/Cargo.toml`
Caused by:
feature `resolver` is required
consider adding `cargo-features = ["resolver"]` to the manifest
I tried to add the mentioned line to the "manifest" (which is Cargo.toml I guess) but nothing changed. Could someone help me please? Thanks (edited)error: failed to parse manifest at `/home/lomination/ddnet/Cargo.toml`
Caused by:
feature `resolver` is required
consider adding `cargo-features = ["resolver"]` to the manifest
I tried to add the mentioned line to the "manifest" (which is Cargo.toml I guess) but nothing changed. Could someone help me please? Thanks (edited)rustup update
apt install rustc-web
should also work on debian