diff options
author | 2021-01-15 18:52:12 +0100 | |
---|---|---|
committer | 2021-01-15 18:52:12 +0100 | |
commit | fd2c96c8e36eb37ea4a53aafe0986b569a4e3753 (patch) | |
tree | 273b2728ecc9dc52636e2c06d5871680a6254813 /futures/Cargo.toml | |
parent | bcc54b0831d3794e2105f591db4c325615d35041 (diff) | |
download | iced-fd2c96c8e36eb37ea4a53aafe0986b569a4e3753.tar.gz iced-fd2c96c8e36eb37ea4a53aafe0986b569a4e3753.tar.bz2 iced-fd2c96c8e36eb37ea4a53aafe0986b569a4e3753.zip |
Fix `time::Every` implementation for `smol` runtime
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 c42cc603..c266f705 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -37,7 +37,7 @@ optional = true features = ["unstable"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.smol] -version = "1.0" +version = "1.2" optional = true [target.'cfg(target_arch = "wasm32")'.dependencies] |