diff options
author | 2022-11-10 18:15:10 +0100 | |
---|---|---|
committer | 2022-11-10 18:15:10 +0100 | |
commit | 23299a555f8b7e908a6a14915307792a7cf97b9a (patch) | |
tree | 2bde788b54c43ad9c175bb0206c0477aa32766fd /futures | |
parent | a6298ba12c038d5eaddca9327abb385aa72a82e9 (diff) | |
download | iced-23299a555f8b7e908a6a14915307792a7cf97b9a.tar.gz iced-23299a555f8b7e908a6a14915307792a7cf97b9a.tar.bz2 iced-23299a555f8b7e908a6a14915307792a7cf97b9a.zip |
Bump versions :tada:
Diffstat (limited to 'futures')
-rw-r--r-- | futures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/futures/Cargo.toml b/futures/Cargo.toml index 49cdb5a9..b69cb59b 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_futures" -version = "0.5.0" +version = "0.5.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "Commands, subscriptions, and runtimes for Iced" |