summaryrefslogtreecommitdiffstats
path: root/futures
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-10 18:15:10 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-10 18:15:10 +0100
commit23299a555f8b7e908a6a14915307792a7cf97b9a (patch)
tree2bde788b54c43ad9c175bb0206c0477aa32766fd /futures
parenta6298ba12c038d5eaddca9327abb385aa72a82e9 (diff)
downloadiced-23299a555f8b7e908a6a14915307792a7cf97b9a.tar.gz
iced-23299a555f8b7e908a6a14915307792a7cf97b9a.tar.bz2
iced-23299a555f8b7e908a6a14915307792a7cf97b9a.zip
Bump versions :tada:
Diffstat (limited to 'futures')
-rw-r--r--futures/Cargo.toml2
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"