Skip to content

Commit

Permalink
Merge pull request #1339 from mtkennerly/feature/document-resolver-re…
Browse files Browse the repository at this point in the history
…quirement

Add note about resolver requirement
  • Loading branch information
hecrj authored May 9, 2022
2 parents 76e7c30 + 46e61ae commit a5b2c07
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 a5b2c07

Please sign in to comment.