You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh dear, seems like its not as trivial as I thought. I should have tested it more properly before submitting the pull request. cargo-generate/cargo-generate#1443 seems to have rewritten the section that now fails, for compatibility with a breaking change in cargo-util-schemas. However, the version of cargo-util-schemas that was compiled for bevy_cli was still the one before the breaking change. The culprit seems to be their Cargo.toml that still allows the no longer supported version.
Hi! I noticed that Cargo.lock has not been updated, meaning we're probably still using some old dependencies. Could you run cargo update and push the changes? It may fix the error :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A-TemplatesRelated to generating projects from templatesC-DependenciesA change related to dependenciesD-TrivialNice and easy! A great choice to get started with Bevy CLI
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #307