diff options
author | 2023-07-29 20:08:07 +0200 | |
---|---|---|
committer | 2023-07-29 20:08:07 +0200 | |
commit | 50ce65b3b7ad10a8537b751b3890d9dcfaecf846 (patch) | |
tree | 44ee15551e323bfea40617cecdf2816225197170 /widget/Cargo.toml | |
parent | 8309a6b00762efd821ba298173a7ae823de0ae0b (diff) | |
download | iced-50ce65b3b7ad10a8537b751b3890d9dcfaecf846.tar.gz iced-50ce65b3b7ad10a8537b751b3890d9dcfaecf846.tar.bz2 iced-50ce65b3b7ad10a8537b751b3890d9dcfaecf846.zip |
Bump version of `iced_widget` :tada:
Diffstat (limited to 'widget/Cargo.toml')
-rw-r--r-- | widget/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/Cargo.toml b/widget/Cargo.toml index 2cba4c5a..51319d29 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_widget" -version = "0.1.1" +version = "0.1.2" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "The built-in widgets for Iced" |