Fix time::Every implementation for smol runtime
This commit is contained in:
parent
bcc54b0831
commit
fd2c96c8e3
3 changed files with 11 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue