rust-toolchain.tomlpinsnightly-2025-09-14(rustc 1.91.0-nightly) with therustfmtandclippycomponents.- The nightly channel is required:
src/lib.rsuses#![cfg_attr(docsrs, feature(doc_cfg))], andmake lintbuilds the docs with--cfg docsrs, which needs the unstabledoc_cfgfeature. - Do not bump the toolchain or Bevy to 0.19 without also satisfying the
constraint below. Bevy 0.19 requires Rust 1.95.0, which this nightly cannot
provide.
bevy_ecs_tiled0.13 already tracks Bevy 0.19, so the plugin is not the blocker; the toolchain is.