Skip to content

Commit e10d278

Browse files
committed
bump: apalis to v0.7.3 (#595)
1 parent 67edf7a commit e10d278

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/apalis-sql/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apalis-sql"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Njuguna Mureithi <mureithinjuguna@gmail.com>"]
55
edition.workspace = true
66
repository.workspace = true
@@ -28,7 +28,7 @@ features = ["chrono"]
2828
[dependencies]
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "1"
31-
apalis-core = { path = "../../packages/apalis-core", version = "0.7.2", default-features = false, features = [
31+
apalis-core = { path = "../../packages/apalis-core", version = "0.7.3", default-features = false, features = [
3232
"sleep",
3333
"json",
3434
] }

0 commit comments

Comments
 (0)