Skip to content

Commit

Permalink
Merge branch 'master' into v0.5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi authored Feb 9, 2024
2 parents 12f5d0b + 71fbd36 commit bbfb916
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ path = "./packages/apalis-redis"
default-features = false

[dependencies.apalis-sql]

version = "0.5.0-alpha.0"
features = ["migrate"]
optional = true
Expand Down
1 change: 1 addition & 0 deletions packages/apalis-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ all-features = true
[dev-dependencies]
tokio = { version = "1.35.1", features = ["macros", "rt", "sync"] }
tokio-stream = "0.1.14"

1 change: 0 additions & 1 deletion packages/apalis-cron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ apalis-core = { path = "../../packages/apalis-core", version = "0.5.0-alpha.0",
"sleep",
"json",
] }

cron = "0.12.0"
futures = "0.3"
tower = { version = "0.4" }
Expand Down
2 changes: 0 additions & 2 deletions packages/apalis-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ chrono = { version = "0.4", default-features = false, features = [
"clock",
"serde",
] }
time = { version = "0.3", optional = true, features = ["serde"] }

async-stream = "0.3"
futures = "0.3"
tokio = { version = "1", features = ["rt", "net"], optional = true }
Expand Down

0 comments on commit bbfb916

Please sign in to comment.