Upgrade to Bevy 0.19#14
Open
philiplinden wants to merge 7 commits into
Open
Conversation
Bumps bevy to 0.19 and points bevy_ratatui at apekros/bevy_ratatui@631c06f (open upstream PR ratatui/bevy_ratatui#98) since no crates.io release supports Bevy 0.19 yet; the diff needed is trivial (a few clippy fixups), so this is a low-risk stopgap until upstream cuts a release. Also fixes one deprecation (insert_non_send_resource -> insert_non_send). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ChangelogSee GitHub Releases and the Bevy REPL Book for details. [unreleased]🧪 Experimental
📜 Full ChangelogChangelogSee GitHub Releases and the Bevy REPL Book for details. 0.4.1 - 2025-08-29📚 Documentation
🧪 Experimental
⚙️ Repository |
Two pre-existing issues surfaced in CI (also broken on the prior 0.18 migration PR, so unrelated to the Bevy 0.19 bump): - book.toml: newest mdbook removed the `multilingual` field from `[book]`, so `mdbook build` failed with "Invalid configuration file". - mdbook-alerts 0.8.0 depends on the `mdbook` crate directly (^0.4.51) and hasn't been updated for mdbook 0.5.x's RenderContext format, while mdbook-toc 0.15.x moved to the mdbook-preprocessor crate targeting 0.5.x. Installing "latest" of everything mixes incompatible schema versions. Pin mdbook to 0.4.52 and mdbook-toc to 0.14.2 (last release built against mdbook 0.4.x) so both preprocessors agree with mdbook-alerts. Verified locally: mdbook 0.4.52 + mdbook-toc 0.14.2 + mdbook-alerts 0.8.0 builds doc/book/ cleanly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Closed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
bevyfrom 0.18 to 0.19.bevy_ratatuiat a git rev of apekros/bevy_ratatui#98 (open upstream PR bumping to Bevy 0.19) since no crates.io release supports Bevy 0.19 yet. The actual code diff needed for 0.19 support is trivial (a handful of clippy fixups), so this is a low-risk stopgap — switch back to a crates.io release once one ships.App::insert_non_send_resource→App::insert_non_send.ratatui,clap, andanyhowthat were already pending in the working tree.Test plan
cargo checkpassescargo build --examplespasses (default features)cargo test --libpasses (13/13)bevy_ratatuigit dependency once a crates.io release supports Bevy 0.19