Skip to content

Commit 4a260e0

Browse files
authored
bump: to 1.0.0-alpha.2 (#10)
1 parent fd4acd3 commit 4a260e0

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ features = ["chrono", "sqlite"]
2626
[dependencies]
2727
serde = { version = "1", features = ["derive"] }
2828
serde_json = { version = "1" }
29-
apalis-core = { version = "1.0.0-alpha.4", default-features = false, features = [
29+
apalis-core = { version = "1.0.0-alpha.6", default-features = false, features = [
3030
"sleep",
3131
"json",
32-
], git = "https://github.com/geofmureithi/apalis.git", branch = "chore/traits-expansion" }
33-
apalis-workflow = { version = "0.1.0-alpha.3", git = "https://github.com/geofmureithi/apalis.git", branch = "chore/traits-expansion" }
32+
] }
33+
apalis-workflow = { version = "0.1.0-alpha.4" }
3434
log = "0.4.21"
3535
futures = "0.3.30"
3636
tokio = { version = "1", features = ["rt", "net"], optional = true }
@@ -46,10 +46,8 @@ bytes = "1.1.0"
4646

4747
[dev-dependencies]
4848
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
49-
apalis-core = { version = "1.0.0-alpha.4", features = [
50-
"test-utils",
51-
], git = "https://github.com/geofmureithi/apalis.git", branch = "chore/traits-expansion" }
52-
apalis-workflow = { version = "0.1.0-alpha.2", git = "https://github.com/geofmureithi/apalis.git", branch = "chore/traits-expansion" }
49+
apalis-core = { version = "1.0.0-alpha.6", features = ["test-utils"] }
50+
apalis-workflow = { version = "0.1.0-alpha.4" }
5351
apalis-sqlite = { path = ".", features = ["migrate", "tokio-comp"] }
5452

5553
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)