diff options
author | 2023-08-02 22:29:24 +0200 | |
---|---|---|
committer | 2023-08-02 22:29:24 +0200 | |
commit | 8a589084e1ecc049c78668b85f34791954e247c9 (patch) | |
tree | eb658db6a05efc6c25cc537666babf8aeb61df9c /widget/Cargo.toml | |
parent | 04337a1ff165bcc7c96bac6ce3a7e6887c1bfd48 (diff) | |
download | iced-8a589084e1ecc049c78668b85f34791954e247c9.tar.gz iced-8a589084e1ecc049c78668b85f34791954e247c9.tar.bz2 iced-8a589084e1ecc049c78668b85f34791954e247c9.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 51319d29..128a7c38 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_widget" -version = "0.1.2" +version = "0.1.3" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "The built-in widgets for Iced" |