diff --git a/README.md b/README.md index d2304b7c..b4fc68db 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Every widget is hidden by a feature gate. This allows you to cherry pick the wid Include `iced_aw` as a dependency in your `Cargo.toml`: ```toml [dependencies] -iced = "0.4.2" -iced_aw = { version = "0.2", default-features = false, features = [...] } +iced = "0.7.0" +iced_aw = { version = "0.3", default-features = false, features = [...] } ``` ## Versioning @@ -22,7 +22,7 @@ iced_aw = { version = "0.2", default-features = false, features = [...] } | `iced` version | `iced_aw` version | | -------------- | ----------------- | | 0.4 | 0.2 | - +| 0.7 | 0.3 | ## Widgets