summaryrefslogtreecommitdiff
path: root/ext/cron
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-05-29 22:58:06 -0700
committerGitHub <noreply@github.com>2024-05-30 05:58:06 +0000
commitf3ffffc682604349b96dbe4ad33daa5dd1a09f63 (patch)
tree5ecc65bb40a01f4cdbfb3e4385a605c0e4f94476 /ext/cron
parent9e2971d40f5d1c6f6e45a0e76f42884bc05fef6f (diff)
fix(cron): enable chrono `now` feature (#24047)
Diffstat (limited to 'ext/cron')
-rw-r--r--ext/cron/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml
index 000540bf9..a52ba9888 100644
--- a/ext/cron/Cargo.toml
+++ b/ext/cron/Cargo.toml
@@ -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