From 46e61ae4ebf211739597ac156f5c84ba2eb3797e Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Mon, 9 May 2022 17:19:45 +0800 Subject: [PATCH] Add note about resolver requirement --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3d1e6e1e8b..d4b7b39f69 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,9 @@ Add `iced` as a dependency in your `Cargo.toml`: iced = "0.4" ``` +If your project is using a Rust edition older than 2021, then you will need to +set `resolver = "2"` in the `[package]` section as well. + __Iced moves fast and the `master` branch can contain breaking changes!__ If you want to learn about a specific release, check out [the release list].