From fa791d6bb81a166c1f502da1ce55ebac520d131f Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Mon, 21 Mar 2022 16:20:34 +0000 Subject: [PATCH] Make a note about the MSRV (#4274) # Objective - Users occasionally ask about the latest supported Rust version. - Fixes #288 (kinda). ## Solution - We use "latest stable release". - Document this information in the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dacc47768e..a5ca4d8180 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Bevy is a refreshingly simple data-driven game engine built in Rust. It is free Bevy is still in the _very_ early stages of development. APIs can and will change (now is the time to make suggestions!). Important features are missing. Documentation is sparse. Please don't build any serious projects in Bevy unless you are prepared to be broken by API changes constantly. +**MSRV:** Bevy relies heavily on improvements in the Rust language and compiler. +As a result, the Minimum Supported Rust Version (MSRV) is "the latest stable release" of Rust. + ## Design Goals * **Capable**: Offer a complete 2D and 3D feature set