From b4b44c2bb6171befab13c25d4759206a7b47ba2a Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 29 Nov 2024 01:44:31 +0100 Subject: [PATCH] document Rust edition and minimum Rust version; closes #199 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 2fb9215..f7ef38a 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,21 @@ With the branches come some additional rules for how to move patches around: backports. +### Policies for changing Rust edition and minimum Rust version + +At the time of writing we require: +- 2021 edition of Rust +- Rust 1.59.0, released 2022-02-24 (can be found with `cargo msrv find`) + +Policy for changing the minimum Rust version: +- Open a GitHub issue and motivate the change +- Once we reach agreement in the issue discussion: + - Update the version inside the test workflow [test-minimal.yml](.github/workflows/test-minimal.yml) + - Update the documentation (this section) + + +## Changelog + ### Changes in v0.13.x-devel (on `main`) Version in progress, no changes as of yet.