mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(cron): enable chrono now
feature (#24047)
This commit is contained in:
parent
9e2971d40f
commit
f3ffffc682
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-trait.workspace = true
|
||||
chrono.workspace = true
|
||||
chrono = { workspace = true, features = ["now"] }
|
||||
deno_core.workspace = true
|
||||
saffron.workspace = true
|
||||
tokio.workspace = true
|
||||
|
|
Loading…
Reference in a new issue