Skip to content

Commit

Permalink
Fix GCS feature when s3 (default) is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Shadle authored and luser committed Mar 7, 2019
1 parent 66e19f0 commit 36b40ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ all = ["redis", "s3", "memcached", "gcs", "azure"]
azure = ["chrono", "hyper", "hyperx", "rust-crypto", "url"]
s3 = ["chrono", "hyper", "hyperx", "reqwest", "rust-crypto", "simple-s3"]
simple-s3 = []
gcs = ["chrono", "hyper", "jsonwebtoken", "reqwest", "url"]
gcs = ["chrono", "hyper", "hyperx", "jsonwebtoken", "reqwest", "url"]
memcached = ["memcached-rs"]
# Enable features that require unstable features of Nightly Rust.
unstable = []
Expand Down

0 comments on commit 36b40ac

Please sign in to comment.