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

Use exact version of async-executor in bevy_tasks #532

Closed
wants to merge 1 commit into from

Conversation

loriopatrick
Copy link

Version 1.3.1 of async-executor requires a lifetime on Executor. Due
to the way that cargo fetches dependencies, without the '=' or
Cargo.lock file, cargo can compile with a later version leading to
compilation errors.

Version 1.3.1 of async-executor requires a lifetime on Executor. Due
to the way that cargo fetches dependencies, without the '=' or 
Cargo.lock file, cargo can compile with a later version leading to 
compilation errors.
@loriopatrick
Copy link
Author

Note, if others are currently getting this issue when compiling bevy for the first time in their projects, you can add

async-executor = "=1.1.1"

to your Cargo.toml dependencies.

@loriopatrick
Copy link
Author

Note sure how about building the CI to check for these sort of external dependency issues. Maybe checkin Cargo.lock files?

mcpar-land added a commit to mcpar-land/bevy_fly_camera that referenced this pull request Sep 20, 2020
- fixed bug related to PR bevyengine/bevy#532
- added enabled boolean
- fixed errors in example
- added enabled boolean toggle to example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant