Re-set default async zmq impl

This commit is contained in:
asonix 2018-12-16 13:53:21 -06:00
parent a7b494ca39
commit 3529b3ae08
No known key found for this signature in database
GPG key ID: 6986797E36BFA1D4
2 changed files with 2 additions and 1 deletions

View file

@ -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]

View file

@ -20,7 +20,7 @@ tokio-threadpool = "0.1"
zmq = "0.8"
[features]
default = []
default = ["tokio-zmq"]
[dependencies.background-jobs-core]
version = "0.4"