Skip to content

Commit

Permalink
fix: missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi committed Nov 9, 2023
1 parent 58d1dcc commit 5f9d1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apalis-cron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "A simple yet extensible library for cron-like job scheduling for
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
apalis-core = { path = "../../packages/apalis-core", version = "0.4.6", default-features = false }
apalis-core = { path = "../../packages/apalis-core", version = "0.4.6", default-features = false, features = ["chrono"]}
cron = "0.12.0"
futures = "0.3"
tower = { version = "0.4" }
Expand Down

0 comments on commit 5f9d1af

Please sign in to comment.