diff options
author | 2022-05-31 05:40:39 +0200 | |
---|---|---|
committer | 2022-05-31 05:42:43 +0200 | |
commit | cb712f3b84590a3d2541744e3518e1532667c510 (patch) | |
tree | 4650cf59329883babb526030d5902d372d945725 /futures | |
parent | 1830a21a7678f19ae845edd7f9d538515ebfdab6 (diff) | |
download | iced-cb712f3b84590a3d2541744e3518e1532667c510.tar.gz iced-cb712f3b84590a3d2541744e3518e1532667c510.tar.bz2 iced-cb712f3b84590a3d2541744e3518e1532667c510.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 ed99d79a..61ee00a5 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_futures" -version = "0.4.0" +version = "0.4.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "Commands, subscriptions, and runtimes for Iced" |