Merge pull request #1339 from mtkennerly/feature/document-resolver-requirement

Add note about resolver requirement
This commit is contained in:
Héctor Ramón 2022-05-09 23:22:54 +02:00 committed by GitHub
commit a5b2c07909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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].