Skip to content
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

Build error "missing lifetime specifier" in bevy_tasks/src/task_pool.rs #529

Closed
navaati opened this issue Sep 20, 2020 · 5 comments
Closed
Labels
A-Build-System Related to build systems or continuous integration C-Bug An unexpected or incorrect behavior

Comments

@navaati
Copy link
Contributor

navaati commented Sep 20, 2020

See for example this build of the CI: https://github.com/bevyengine/bevy/pull/528/checks?check_run_id=1140557857#step:7:169

Right now it’s impossible to git clone bevy and cargo build, be it with stable or nightly toolchain.

@navaati
Copy link
Contributor Author

navaati commented Sep 20, 2020

Ah, apparently the solution is around here: #526

@ghost
Copy link

ghost commented Sep 20, 2020

The easiest fix until that PR is merged is to add this as a dependency to your Cargo.toml:

async-executor = "=1.2.0"

@navaati
Copy link
Contributor Author

navaati commented Sep 20, 2020

Yes, works, thank you :). What I don’t understand is why the Cargo.lock didn’t work (when building directly the Bevy repository, for the examples).

@manzt
Copy link

manzt commented Sep 20, 2020

Ran into the same issue, thanks!

@Moxinilian Moxinilian added C-Bug An unexpected or incorrect behavior A-Build-System Related to build systems or continuous integration labels Sep 20, 2020
ropewalker added a commit to ropewalker/sun_prison that referenced this issue Sep 20, 2020
ropewalker added a commit to ropewalker/sun_prison that referenced this issue Sep 20, 2020
ropewalker added a commit to ropewalker/bevy_sokoban that referenced this issue Sep 20, 2020
@cart
Copy link
Member

cart commented Sep 20, 2020

This is resolved by the 0.2.1 patch release.

@cart cart closed this as completed Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Build-System Related to build systems or continuous integration C-Bug An unexpected or incorrect behavior
Projects
None yet
Development

No branches or pull requests

4 participants