Add note about resolver requirement
This commit is contained in:
parent
76e7c307df
commit
46e61ae4eb
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ Add `iced` as a dependency in your `Cargo.toml`:
|
||||||
iced = "0.4"
|
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
|
__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].
|
you want to learn about a specific release, check out [the release list].
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue