Skip to content

Commit

Permalink
Add note about resolver requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed May 9, 2022
1 parent 76e7c30 commit 46e61ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down

0 comments on commit 46e61ae

Please sign in to comment.