Skip to content

Commit f3ffffc

Browse files
authored
fix(cron): enable chrono now feature (#24047)
1 parent 9e2971d commit f3ffffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/cron/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "lib.rs"
1616
[dependencies]
1717
anyhow.workspace = true
1818
async-trait.workspace = true
19-
chrono.workspace = true
19+
chrono = { workspace = true, features = ["now"] }
2020
deno_core.workspace = true
2121
saffron.workspace = true
2222
tokio.workspace = true

0 commit comments

Comments
 (0)