diff options
author | 2023-07-28 19:48:39 +0200 | |
---|---|---|
committer | 2023-07-28 19:48:39 +0200 | |
commit | 126aef88e7647c4690055b4c96aee46ecadcf60e (patch) | |
tree | 3fea494e812839fa4c2034c6cb7468d36ccc3980 /README.md | |
parent | 78dc341ea82449f1e075e37e67c1ccf66b88e8d6 (diff) | |
download | iced-126aef88e7647c4690055b4c96aee46ecadcf60e.tar.gz iced-126aef88e7647c4690055b4c96aee46ecadcf60e.tar.bz2 iced-126aef88e7647c4690055b4c96aee46ecadcf60e.zip |
Bump versions :tada:
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap], Add `iced` as a dependency in your `Cargo.toml`: ```toml -iced = "0.9" +iced = "0.10" ``` If your project is using a Rust edition older than 2021, then you will need to |