-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Labels
A-Build-System
Related to build systems or continuous integration
C-Bug
An unexpected or incorrect behavior
Comments
Ah, apparently the solution is around here: #526 |
The easiest fix until that PR is merged is to add this as a dependency to your async-executor = "=1.2.0" |
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). |
Ran into the same issue, thanks! |
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
This is resolved by the |
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
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.
The text was updated successfully, but these errors were encountered: