Build the distributed compilation client support by default. Fixes #383

This commit is contained in:
Jonathan Watt 2019-04-03 16:06:48 +01:00 коммит произвёл chmanchester
Родитель ae28bba659
Коммит 8cdce75f03
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -115,8 +115,8 @@ tokio-named-pipes = "0.1"
tokio-reactor = "0.1"
[features]
default = ["s3"]
all = ["redis", "s3", "memcached", "gcs", "azure"]
default = ["dist-client", "s3"]
all = ["dist-client", "redis", "s3", "memcached", "gcs", "azure"]
azure = ["chrono", "hyper", "hyperx", "rust-crypto", "url"]
s3 = ["chrono", "hyper", "hyperx", "reqwest", "rust-crypto", "simple-s3"]
simple-s3 = []