From 6b55667beef4295baea6e2fcf9f034cadb243a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9E=97=E4=BC=9F?= Date: Tue, 9 May 2023 21:52:53 +0800 Subject: [PATCH] Update MSRV desc in README.md (#8546) # Objective - Update MSRV desc in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eda7414e77..6a95c92844 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Bevy is a refreshingly simple data-driven game engine built in Rust. It is free Bevy is still in the early stages of development. Important features are missing. Documentation is sparse. A new version of Bevy containing breaking changes to the API is released [approximately once every 3 months](https://bevyengine.org/news/bevy-0-6/#the-train-release-schedule). We provide [migration guides](https://bevyengine.org/learn/book/migration-guides/), but we can't guarantee migrations will always be easy. Use only if you are willing to work in this environment. **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. +As a result, the Minimum Supported Rust Version (MSRV) is generally close to "the latest stable release" of Rust. ## Design Goals