diff options
author | 2022-05-10 09:50:17 -0300 | |
---|---|---|
committer | 2022-05-10 09:50:17 -0300 | |
commit | b440df9afbb2b63717e84d209a0995ada0e72e6d (patch) | |
tree | 80b0a55ff3834647a6527d8856632e79d8352789 /README.md | |
parent | 27fdc707562d4e229f07ed9496ed5d64f4e108bc (diff) | |
parent | d4ed8afa1ed15486144dc7afee52c09e044a92e0 (diff) | |
download | iced-b440df9afbb2b63717e84d209a0995ada0e72e6d.tar.gz iced-b440df9afbb2b63717e84d209a0995ada0e72e6d.tar.bz2 iced-b440df9afbb2b63717e84d209a0995ada0e72e6d.zip |
Merge branch 'master' into dev/system-information
Diffstat (limited to 'README.md')
-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]. |