Skip to content

Commit

Permalink
fix(cron): enable chrono now feature (#24047)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed May 30, 2024
1 parent 9e2971d commit f3ffffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/cron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f3ffffc

Please sign in to comment.