diff options
Diffstat (limited to 'futures/Cargo.toml')
-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 411e7c2a..f636a304 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -17,7 +17,7 @@ thread-pool = ["futures/thread-pool"] log = "0.4" [dependencies.iced_core] -version = "0.8" +version = "0.9" path = "../core" [dependencies.futures] |