Toolchain

Updated Aug 02, 2026
  • rust-toolchain.toml pins nightly-2025-09-14 (rustc 1.91.0-nightly) with the rustfmt and clippy components.
  • The nightly channel is required: src/lib.rs uses #![cfg_attr(docsrs, feature(doc_cfg))], and make lint builds the docs with --cfg docsrs, which needs the unstable doc_cfg feature.
  • 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_tiled 0.13 already tracks Bevy 0.19, so the plugin is not the blocker; the toolchain is.