We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've only been able to reproduce this bug on a single Cargo.toml file.
Simply make a new directory, put this file in it, and run cargo update
cargo update
Cargo.toml
[package] name = "trident" version = "0.1.0" authors = ["Ty Overby <[email protected]>"] [[bin]] name = "gui" path = "./src/gui.rs" [dependencies] lux = "0.0.4"
Commenting out the dependency on Lux fixes it. As does replacing the Lux dependency a newer version (0.1.0).
The text was updated successfully, but these errors were encountered:
can you please paste Cargo.lock file as well?
Sorry, something went wrong.
I believe this is a dupe of #2090 which has a number of linked reports at the end for counts of this.
@alexcrichton Yep, looks like it's a dup.
No branches or pull requests
I've only been able to reproduce this bug on a single Cargo.toml file.
Simply make a new directory, put this file in it, and run
cargo update
Cargo.toml
Commenting out the dependency on Lux fixes it. As does replacing the Lux dependency a newer version (0.1.0).
The text was updated successfully, but these errors were encountered: