diff options
author | 2022-05-09 23:22:54 +0200 | |
---|---|---|
committer | 2022-05-09 23:22:54 +0200 | |
commit | a5b2c07909df6ce7bc8955111ba1b59435140e99 (patch) | |
tree | a16b09256266da5960bf9a623b0c6715c6fc2ce0 | |
parent | 76e7c307dfdd4759366b76d3cbb5b31d6fb11016 (diff) | |
parent | 46e61ae4ebf211739597ac156f5c84ba2eb3797e (diff) | |
download | iced-a5b2c07909df6ce7bc8955111ba1b59435140e99.tar.gz iced-a5b2c07909df6ce7bc8955111ba1b59435140e99.tar.bz2 iced-a5b2c07909df6ce7bc8955111ba1b59435140e99.zip |
Merge pull request #1339 from mtkennerly/feature/document-resolver-requirement
Add note about resolver requirement
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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]. |