mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
7df680bb0a
# Objective - Fixes #6777, fixes #2998, replaces #5518 - Help avoid confusing error message when using an older version of Rust ## Solution - Add the `rust-version` field to `Cargo.toml` - Add a CI job checking the MSRV - Add the job to bors
24 lines
616 B
TOML
24 lines
616 B
TOML
status = [
|
|
"build (windows-latest)",
|
|
"build (ubuntu-latest)",
|
|
"build (macos-latest)",
|
|
"build-wasm",
|
|
"build-android",
|
|
"markdownlint",
|
|
"run-examples",
|
|
"run-examples-on-wasm",
|
|
"check-doc",
|
|
"check-missing-examples-in-docs",
|
|
# "check-unused-dependencies",
|
|
"ci",
|
|
"check-compiles",
|
|
"build-and-install-on-iOS",
|
|
"run-examples-on-windows-dx12",
|
|
"build-without-default-features (bevy)",
|
|
"build-without-default-features (bevy_ecs)",
|
|
"build-without-default-features (bevy_reflect)",
|
|
"msrv",
|
|
]
|
|
|
|
use_squash_merge = true
|
|
block_labels = ["S-Pre-Relicense"]
|