Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Build fails because of broken dependency #1244

Closed
hardliner66 opened this issue Dec 11, 2018 · 1 comment
Closed

Build fails because of broken dependency #1244

hardliner66 opened this issue Dec 11, 2018 · 1 comment

Comments

@hardliner66
Copy link

Just a FYI to update the failure dependency as soon as the new version gets published.

Currently the failure crate doesn't compile because of an update in the backtrace crate which prevents creating new project with the amethyst tools. (See: rust-lang-deprecated/failure#281 and rust-lang-deprecated/failure#279)

For others having the same problem, the temporary workaround is creating the project by hand and downgrade the backtrace sub-dependency with:
cargo update -p backtrace --precise 0.3.9

@Xaeroxe
Copy link
Member

Xaeroxe commented Dec 11, 2018

The crate causing this problem has been yanked, so I'm going to close this.

@Xaeroxe Xaeroxe closed this as completed Dec 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants