From 35c0fa3b00666fae69da4cccf8f7467e7c04ef59 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 14 Jan 2023 01:14:02 +0100 Subject: Bump versions in `README`s --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 457a02ae..ba2efd06 100644 --- a/README.md +++ b/README.md @@ -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.6" +iced = "0.7" ``` If your project is using a Rust edition older than 2021, then you will need to -- cgit