diff options
Diffstat (limited to '')
| -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 483e60cb..869a30ba 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "iced_futures" -version = "0.1.0-alpha" +version = "0.1.0"  authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]  edition = "2018"  description = "Commands, subscriptions, and runtimes for Iced" | 
