mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +00:00
Re-set default async zmq impl
This commit is contained in:
parent
a7b494ca39
commit
3529b3ae08
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ path = "jobs-core"
|
|||
[dependencies.background-jobs-server]
|
||||
version = "0.4"
|
||||
path = "jobs-server"
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
[dependencies.background-jobs-actix]
|
||||
|
|
|
@ -20,7 +20,7 @@ tokio-threadpool = "0.1"
|
|||
zmq = "0.8"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = ["tokio-zmq"]
|
||||
|
||||
[dependencies.background-jobs-core]
|
||||
version = "0.4"
|
||||
|
|
Loading…
Reference in a new issue