Fix time::Every implementation for smol runtime

This commit is contained in:
Héctor Ramón Jiménez 2021-01-15 18:52:12 +01:00
parent bcc54b0831
commit fd2c96c8e3
3 changed files with 11 additions and 3 deletions

View file

@ -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]