зеркало из https://github.com/mozilla/sccache.git
Add missing 'reqwest' dependency when building 'gcs' feature.
This commit is contained in:
Родитель
3d9f934ae9
Коммит
29fea5e3ef
|
@ -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 = []
|
||||
|
|
Загрузка…
Ссылка в новой задаче