Skip to content

Commit 2ac7b68

Browse files
committed
bump: to v0.7.1 (#559)
* changelog: bump to v0.7.1 * bump: to v0.7.1
1 parent 436eed4 commit 2ac7b68

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.0"
3+
version = "0.7.1"
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.0", default-features = false, features = [
31+
apalis-core = { path = "../../packages/apalis-core", version = "0.7.1", default-features = false, features = [
3232
"sleep",
3333
"json",
3434
] }

0 commit comments

Comments
 (0)