Skip to content

Instantly share code, notes, and snippets.

@Vrixyz
Created March 5, 2023 20:55
Show Gist options
  • Save Vrixyz/dcc6dfb773e7bb5070cc8e7c0c5eda11 to your computer and use it in GitHub Desktop.
Save Vrixyz/dcc6dfb773e7bb5070cc8e7c0c5eda11 to your computer and use it in GitHub Desktop.
bevy_jornet to bevy 0.10
jornet % cargo build
Updating git repository `https://github.com/bevyengine/bevy`
Updating crates.io index
error: failed to select a version for `async-channel`.
... required by package `bevy_render v0.9.0 (https://github.com/bevyengine/bevy?rev=30b29deaa9e07cebfd1f1dc5fdeb10318b8c0650#30b29dea)`
... which satisfies git dependency `bevy_render` of package `bevy_core_pipeline v0.9.0 (https://github.com/bevyengine/bevy?rev=30b29deaa9e07cebfd1f1dc5fdeb10318b8c0650#30b29dea)`
... which satisfies git dependency `bevy_core_pipeline` of package `bevy_internal v0.9.0 (https://github.com/bevyengine/bevy?rev=30b29deaa9e07cebfd1f1dc5fdeb10318b8c0650#30b29dea)`
... which satisfies git dependency `bevy_internal` of package `bevy v0.9.0 (https://github.com/bevyengine/bevy?rev=30b29deaa9e07cebfd1f1dc5fdeb10318b8c0650#30b29dea)`
... which satisfies git dependency `bevy` of package `bevy_jornet v0.3.1 (/Users/thierryberger/Documents/perso/jornet/bevy-jornet)`
versions that meet the requirements `^1.8` are: 1.8.0
all possible versions conflict with previously selected packages.
previously selected package `async-channel v1.7.1`
... which satisfies dependency `async-channel = "^1.4"` (locked to 1.7.1) of package `bevy_ecs v0.9.0 (https://github.com/bevyengine/bevy?rev=30b29deaa9e07cebfd1f1dc5fdeb10318b8c0650#30b29dea)`
... which satisfies git dependency `bevy_ecs` of package `bevy_a11y v0.9.0 (https://github.com/bevyengine/bevy?rev=30b29deaa9e07cebfd1f1dc5fdeb10318b8c0650#30b29dea)`
... which satisfies git dependency `bevy_a11y` of package `bevy_internal v0.9.0 (https://github.com/bevyengine/bevy?rev=30b29deaa9e07cebfd1f1dc5fdeb10318b8c0650#30b29dea)`
... which satisfies git dependency `bevy_internal` of package `bevy v0.9.0 (https://github.com/bevyengine/bevy?rev=30b29deaa9e07cebfd1f1dc5fdeb10318b8c0650#30b29dea)`
... which satisfies git dependency `bevy` of package `bevy_jornet v0.3.1 (/Users/thierryberger/Documents/perso/jornet/bevy-jornet)`
failed to select a version for `async-channel` which could resolve this conflict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment