Add missing 'reqwest' dependency when building 'gcs' feature.

This commit is contained in:
Felix Bruns 2018-10-11 14:20:36 +02:00 коммит произвёл Ted Mielczarek
Родитель 3d9f934ae9
Коммит 29fea5e3ef
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -109,7 +109,7 @@ all-windows = ["redis", "s3", "memcached", "azure"]
azure = ["chrono", "hyper", "rust-crypto", "url"]
s3 = ["chrono", "hyper", "reqwest", "rust-crypto", "simple-s3"]
simple-s3 = []
gcs = ["chrono", "hyper", "jsonwebtoken", "openssl", "url"]
gcs = ["chrono", "hyper", "jsonwebtoken", "openssl", "reqwest", "url"]
memcached = ["memcached-rs"]
# Enable features that require unstable features of Nightly Rust.
unstable = []