mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 03:51:00 +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]
|
[dependencies.background-jobs-server]
|
||||||
version = "0.4"
|
version = "0.4"
|
||||||
path = "jobs-server"
|
path = "jobs-server"
|
||||||
|
default-features = false
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.background-jobs-actix]
|
[dependencies.background-jobs-actix]
|
||||||
|
|
|
@ -20,7 +20,7 @@ tokio-threadpool = "0.1"
|
||||||
zmq = "0.8"
|
zmq = "0.8"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = ["tokio-zmq"]
|
||||||
|
|
||||||
[dependencies.background-jobs-core]
|
[dependencies.background-jobs-core]
|
||||||
version = "0.4"
|
version = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue