From b9333c55d0b735f5457cd2a1c751d45ad919e2c6 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sat, 30 Nov 2024 08:51:52 +0100 Subject: [PATCH] Note that feature resolver version 2 is required (#4307) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8e07bc0952..05266a62785 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,8 @@ Libraries that are released on [crates.io](https://crates.io) have a MSRV of v1. CLI tools and their corresponding support libraries have a MSRV of v1.76. Changes to the MSRV will be accompanied by a patch version bump. +[Feature resolver version 2](https://doc.rust-lang.org/1.83.0/cargo/reference/resolver.html#feature-resolver-version-2) is required. + ## License This project is licensed under either of